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 13418ec commit 3532706Copy full SHA for 3532706
polars_v_pandas/streaming_test.py
@@ -5,6 +5,7 @@
5
import polars as pl
6
from data_generation import data_generation
7
8
+
9
def create_polars_lazyframe(test_data):
10
return pl.LazyFrame(test_data)
11
0 commit comments