File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,11 @@ You should create a new folder named marimo on your computer and place each of t
44
55Your download bundle contains the following files:
66
7- Online_Retail.parquet - This parquet file contains retail data used in some of the queries.
8-
9- data_generation.py - This script contains the data_generation() function used to generate different quantities of data.
10-
11- code_speed_test.py - This script performs time tests for pandas and Polars DataFrames.
12-
13- dataframe_and_lazyframe_time_tests.py - This script performs time tests for DataFrames and a LazyFrame.
14-
15- dataframe_and_lazyframe_time_tests_v2.py - This script performs time tests for a LazyFrame with streaming enabled.
16-
17-
18- dataframe_conversions.py - This file contains the code used to convert between pandas and Polars DataFrames, plus a Narwhals example.
19-
20- sample_pandas_and_polars_code.py - This file contains the code used to illustrate the differences between pandas and Polars syntax.
21-
22- DataFrame_Plots.ipynb - This Jupyter Notebook file contains the plotting code to demonstrate default plotting capabilities.
23-
7+ Online_Retail.parquet - This parquet file contains retail data used in some of the queries.
8+ data_generation.py - This script contains the generate_data() function used to generate different quantities of data.
9+ dataframe_and_lazyframe_time_tests.py - This script performs time tests for DataFrames and a LazyFrame.
10+ streaming_test.py - This script performs time tests for a LazyFrame with streaming enabled.
11+
12+ dataframe_conversions.py - This file contains the code used to convert between pandas and Polars DataFrames, plus a Narwhals example.
13+ sample_pandas_and_polars_code.py - This file contains the code used to illustrate the differences between pandas and Polars syntax.
14+ DataFrame_Plots.ipynb - This Jupyter Notebook file contains the plotting code to demonstrate default plotting capabilities.
You can’t perform that action at this time.
0 commit comments