Skip to content

Commit

Permalink
pass lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 25, 2024
1 parent 77c1057 commit 72d910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
hits[col] = hits[col].astype(str)

start = timeit.default_timer()
pl_df = pl.DataFrame(hits).rechunk()
pl_df = pl.DataFrame(hits).rechunk().lazy()
stop = timeit.default_timer()
load_time = stop - start

Expand Down

0 comments on commit 72d910b

Please sign in to comment.