Koushik Khan akshayka commited on
Commit
9ae3f7e
·
unverified ·
1 Parent(s): a7e90d2

updated textual description

Browse files

Co-authored-by: Akshay Agrawal <[email protected]>

Files changed (1) hide show
  1. polars/01_why_polars.py +1 -1
polars/01_why_polars.py CHANGED
@@ -188,7 +188,7 @@ def _(mo):
188
  df = pd.read_csv("large_dataset.csv")
189
  ```
190
 
191
- In Polars, the same operation is seamless:
192
 
193
  ```python
194
  df = pl.read_csv("large_dataset.csv")
 
188
  df = pd.read_csv("large_dataset.csv")
189
  ```
190
 
191
+ In Polars, the same operation runs quickly, without memory pressure:
192
 
193
  ```python
194
  df = pl.read_csv("large_dataset.csv")