Koushik Khan akshayka commited on
Commit
a7e90d2
·
unverified ·
1 Parent(s): 15a2dfa

updated section header - Scalability — handling large datasets in memory

Browse files
Files changed (1) hide show
  1. polars/01_why_polars.py +1 -1
polars/01_why_polars.py CHANGED
@@ -176,7 +176,7 @@ def _(mo):
176
  def _(mo):
177
  mo.md(
178
  """
179
- ## (d) Scalability - Handling Large Datasets in Memory ⬆️
180
 
181
  Pandas is limited by its single-threaded design and reliance on Python, which makes it inefficient for processing large datasets. Polars, on the other hand, is built in Rust and optimized for parallel processing, enabling it to handle datasets that are orders of magnitude larger.
182
 
 
176
  def _(mo):
177
  mo.md(
178
  """
179
+ ### Scalability handling large datasets in memory ⬆️
180
 
181
  Pandas is limited by its single-threaded design and reliance on Python, which makes it inefficient for processing large datasets. Polars, on the other hand, is built in Rust and optimized for parallel processing, enabling it to handle datasets that are orders of magnitude larger.
182