Skip to content

Commit

Permalink
Fix polars usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Oct 3, 2024
1 parent d52b69d commit 1d28722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/dsl/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ def do_evaluate(
)
return Column(
plc.strings.convert.convert_datetime.to_timestamps(
res.columns()[0], self.dtype, format.encode()
res.columns()[0], self.dtype, format
)
)
elif self.name == pl_expr.StringFunction.Replace:
Expand Down

0 comments on commit 1d28722

Please sign in to comment.