We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63864b5 commit ca1ce49Copy full SHA for ca1ce49
polars-v-pandas/dataframe_conversions.py
@@ -2,7 +2,7 @@
2
import polars as pl
3
from data_generation import generate_data
4
5
-polars_df = pl.DataFrame(data_generation(4))
+polars_df = pl.DataFrame(generate_data(4))
6
polars_df
7
8
pandas_df = polars_df.to_pandas()
0 commit comments