Skip to content

Commit

Permalink
better framing for pandas popularity
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Reich <[email protected]>
  • Loading branch information
zehiko and Wumpf authored Oct 16, 2024
1 parent 9af8e45 commit beeeb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/data-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ In this three-part guide, we explore such a workflow by implementing an "open ja
2. [Export the dataframe](data-out/export-dataframe)
3. [Analyze the data and log the results](data-out/analyze-and-log)

Note: this guide uses [Pandas](https://pandas.pydata.org) dataframes because of how popular this package is. The same concept however applies in the same way for alternative dataframe packages such as [Polars](https://pola.rs).
Note: this guide uses the popular [Pandas](https://pandas.pydata.org) dataframe package. The same concept however applies in the same way for alternative dataframe packages such as [Polars](https://pola.rs).

If you just want to see the final result, jump to the [complete script](data-out/analyze-and-log.md#complete-script) at the end of the third section.

0 comments on commit beeeb52

Please sign in to comment.