Skip to content

Commit

Permalink
python polars 0.20.20 (#15635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Apr 13, 2024
1 parent 4eef5b5 commit 8547d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-polars"
version = "0.20.19"
version = "0.20.20"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion py-polars/tests/unit/datatypes/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def test_upsample_index(
}
).with_columns(pl.col("index").cast(dtype))
result = (
df.upsample(time_column="index", by="groups", every=every, offset=offset)
df.upsample(time_column="index", group_by="groups", every=every, offset=offset)
.fill_null(strategy=fill)
.sort(["groups", "index"])
)
Expand Down

0 comments on commit 8547d86

Please sign in to comment.