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
This folder contains completed notebooks and other files used in the Real Python tutorial [How to Work With a Polars LazyFrame](https://realpython.com/how-to-work-with-polars-lazyframe/).
3
+
This folder contains completed notebooks and other files used in the Real Python tutorial [How to Work With Polars LazyFrames](https://realpython.com/how-to-work-with-polars-lazyframe/).
4
4
5
5
**The following files are included:**
6
6
7
7
-`tutorial_code.ipynb` is a Jupyter Notebook containing all the code used in the tutorial.
8
8
-`rides.parquet` contains taxi fare data used throughout the tutorial. [See below]
9
9
-`taxi_rides_nnGB.py` are a series of Python scripts that will generate a local copy of the `2021_Yellow_Taxi_Trip_Data.csv` in different sizes. This is used to illustrate data streaming and is provided to help demonstrate streaming.
10
10
-`programming_languages.csv` is a small file used to illustrate the conversion between a DataFrame and a LazyFrame.
11
-
-`dataframe_timer.py` and `lazyframe_timer.py` are two scripts used to compare the speed differences when using both a DataFrame and LazyFrame to perform an analysis.
11
+
-`dataframe_timer.py` and `lazyframe_timer.py` are two scripts used to compare the speed differences when using both a DataFrame and LazyFrame to perform an analysis.
0 commit comments