Skip to content

Commit ca1ce49

Browse files
committed
code error fix
1 parent 63864b5 commit ca1ce49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polars-v-pandas/dataframe_conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import polars as pl
33
from data_generation import generate_data
44

5-
polars_df = pl.DataFrame(data_generation(4))
5+
polars_df = pl.DataFrame(generate_data(4))
66
polars_df
77

88
pandas_df = polars_df.to_pandas()

0 commit comments

Comments
 (0)