You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to load data as a LazyFrame (e.g. with polars.scan_parquet and polars.scan_csv), which can be much more efficient than loading the entire data ahead of time.
It would be nice to be able to load data as a
LazyFrame(e.g. withpolars.scan_parquetandpolars.scan_csv), which can be much more efficient than loading the entire data ahead of time.