polarify icon indicating copy to clipboard operation
polarify copied to clipboard

Simplifying conditional Polars Expressions with Python 🐍 🐻‍❄️

Results 16 polarify issues
Sort by recently updated
recently updated
newest added
trafficstars

# Dependencies Explicit dependencies |Dependency[^1]|Before|After|Change|Environments| |-|-|-|-|-| |[**pre-commit**](https://prefix.dev/channels/conda-forge/packages/pre-commit)|3.8.0|4.2.0|Major Upgrade|lint on *all platforms*| |[**pytest-cov**](https://prefix.dev/channels/conda-forge/packages/pytest-cov)|5.0.0|6.1.1|Major Upgrade|{default, pl014, pl015, pl016, pl017, pl018, pl019, pl020, py310, py311, py312, py39} on *all platforms*| |[**hypothesis**](https://prefix.dev/channels/conda-forge/packages/hypothesis)|6.111.2|6.131.9|Minor Upgrade|{default, pl014,...

dependencies

### Updates | Hook | Version Update | |---|:---:| |https://github.com/pre-commit/pre-commit-hooks|[v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)| |https://github.com/quantco/pre-commit-mirrors-ruff|[0.4.3 → 0.11.8](https://github.com/quantco/pre-commit-mirrors-ruff/compare/0.4.3...0.11.8)| |https://github.com/quantco/pre-commit-mirrors-mypy|[1.10.0 → 1.15.0](https://github.com/quantco/pre-commit-mirrors-mypy/compare/1.10.0...1.15.0)|

dependencies

Bumps the actions group with 3 updates in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `softprops/action-gh-release` from 2.2.1 to 2.2.2 Release notes Sourced from softprops/action-gh-release's releases. v2.2.2 What's Changed...

dependencies
github_actions

If you ever use a type checker, such as [basedpyright](https://github.com/DetachHead/basedpyright), the polarify function will make lots of errors. It's because `pl.Expr` type is not directly comparable. Removing the type will...

The polarify was restricted in version lower than version 0.21, https://github.com/Quantco/polarify/blob/1b00b286d4a48a38861d07d4906fd7c96211f870/pyproject.toml#L24 Python transform to polars.Expr, that is a fast open-source way for polars and logical transformation from Python if struct,...