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 3f62cae commit 391bb17Copy full SHA for 391bb17
polars-lazyframe/dataframe_timer.py
@@ -1,6 +1,7 @@
1
-import polars as pl
2
import time
3
+import polars as pl
4
+
5
start = time.perf_counter()
6
7
for _ in range(10):
polars-lazyframe/lazyframe_timer.py
0 commit comments