https://github.com/abstractqqq/polars_istr
Identifiers and Standard Format Parsing for Polars Dataframe
https://github.com/abstractqqq/polars_istr
Last synced: 5 months ago
JSON representation
Identifiers and Standard Format Parsing for Polars Dataframe
- Host: GitHub
- URL: https://github.com/abstractqqq/polars_istr
- Owner: abstractqqq
- License: mit
- Created: 2024-02-27T06:35:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T23:12:35.000Z (9 months ago)
- Last Synced: 2024-08-05T14:15:56.266Z (9 months ago)
- Language: Rust
- Size: 78.1 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-polars - Polars for Identifiers and Standard Format Strings - Python package for Processing IBAN, ISINs, URLs and other standard format data in Polars by [@abstractqqq](https://github.com/abstractqqq). (Libraries/Packages/Scripts / Python)
README
Polars for Identifiers and Standard Format Strings
# The Project
Processing IBAN, ISINs, URLs, etc., and other standard format data in Polars.
# Acknowledgements
1. Iban is powered by [iban_validate](https://crates.io/crates/iban_validate)
2. Isin is powered by [isin_rs](https://docs.rs/isin/latest/isin/)
3. URL is powered by [url](https://crates.io/crates/url)
4. CUSIP is powered by [cusip](https://crates.io/crates/cusip)