An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)