https://github.com/jrasband-dev/polars-extensions
https://github.com/jrasband-dev/polars-extensions
dataframe polars polars-dataframe polars-extensions polars-plugins pypi python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrasband-dev/polars-extensions
- Owner: jrasband-dev
- License: mit
- Created: 2024-11-22T21:46:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-16T00:21:40.000Z (5 months ago)
- Last Synced: 2026-01-17T04:24:24.634Z (5 months ago)
- Topics: dataframe, polars, polars-dataframe, polars-extensions, polars-plugins, pypi, python
- Language: Python
- Homepage: https://jrasband-dev.github.io/polars-extensions/
- Size: 3.58 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-polars - polars-extensions - Polars plugin that extends the capabilities of Polars with functionalities that are not currently found in Polars by [@jrasband-dev](https://github.com/jrasband-dev). (Libraries/Packages/Scripts / Polars plugins)
README
# Polars Extensions

[](https://pypi.org/project/polars-extensions/)
[](LICENSE)
[](https://jrasband-dev.github.io/polars-extensions/)
For full details and usage, see the [official documentation](https://jrasband-dev.github.io/polars-extensions/).
---
## Getting Started
```bash
pip install polars-extensions
```
---
## Why use Polars Extensions?
Polars Extensions fills in widely used convenience functions and transformations that many data workflows rely on — without needing custom ad-hoc code. Whether you need to:
- Read or write schema definitions to manage data structure programmatically
- Convert between number formats (e.g. numbers ↔ Roman numerals, parse textual numbers)
- Uniformly rename columns across naming conventions (snake_case, camelCase, kebab-case, PascalCase, etc.)
- Compute approximate string-similarity (F1 similarity) for fuzzy matching or cleanup
- Work with simple geospatial transformations (e.g. WKT/WKB ↔ coordinate formats)
Polars Extensions provides a clean, expressive, and consistent API (using Polars expression namespaces) so you stay in the “Polars way” of data manipulation.