Skip to content

Conversation

@Voultapher
Copy link
Collaborator

Fixes: #25848

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Dec 31, 2025
@Voultapher Voultapher force-pushed the implement-nulls-rolling-mean-by branch from d84a6a4 to 96d51c8 Compare December 31, 2025 15:24
@Voultapher
Copy link
Collaborator Author

Run curl -LsSf https://astral.sh/uv/install.sh | sh
curl: (56) The requested URL returned error: 504
Error: Process completed with exit code 56.

CI failure seems unrelated, didn't find the run again button.

)));
}
// start with a dummy index, will be overwritten on first iteration.
// SAFETY: FIXME
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixme? Safety here is trivial as 0..0 is in-bounds for any array.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to rework Ag::new to just check to make it safe though, it's not called often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Null Support for rolling operations (e.g. rolling_xyz_by)

2 participants