Skip to content

Commit e0ac591

Browse files
fix
1 parent 2326462 commit e0ac591

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dataframely/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ def cast(
813813
the lazy frame's schema but also means that a call to :meth:`polars.LazyFrame.collect`
814814
further down the line might fail because of the cast and/or missing columns.
815815
"""
816-
817816
lf = match_to_schema(df.lazy(), cls, casting="strict")
818817
if isinstance(df, pl.DataFrame):
819818
return lf.collect() # type: ignore

0 commit comments

Comments
 (0)