Spaces:
Sleeping
Sleeping
updated section header - Scalability — handling large datasets in memory
Browse files- 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 |
-
|
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 |
|