Skip to content

Commit

Permalink
Update 2023-08-25-You-Should-Switch-From-Pandas-To-Polars-Now.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepikaVadlamudi authored Aug 28, 2023
1 parent 85ac6b1 commit b15a45d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>To illustrate the differences between Polars and Pandas, let’s dive into some code examples and compare their performance for common data manipulation operations.
</p>

*Data Loading: Both Polars and Pandas offer functions to read data from various file formats, such as CSV or Parquet. Let’s compare the speed of loading a CSV file using each library:
* Data Loading: Both Polars and Pandas offer functions to read data from various file formats, such as CSV or Parquet. Let’s compare the speed of loading a CSV file using each library:

```
import polars as pl
Expand Down

0 comments on commit b15a45d

Please sign in to comment.