Skip to content

Commit 3532706

Browse files
committed
import fixes
1 parent 13418ec commit 3532706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polars_v_pandas/streaming_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import polars as pl
66
from data_generation import data_generation
77

8+
89
def create_polars_lazyframe(test_data):
910
return pl.LazyFrame(test_data)
1011

0 commit comments

Comments
 (0)