mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
Update README.md (#3253)
Added percentify, a data analysis toolkit for exploring and profiling datasets quickly.
This commit is contained in:
parent
d3c593533e
commit
75360ff699
1 changed files with 3 additions and 0 deletions
|
|
@ -493,6 +493,9 @@ _Libraries for data analysis._
|
|||
- [modin](https://github.com/modin-project/modin) - A drop-in pandas replacement that scales workflows by changing a single line of code.
|
||||
- [pandas](https://github.com/pandas-dev/pandas) - A library providing high-performance, easy-to-use data structures and data analysis tools.
|
||||
- [pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows.
|
||||
|
||||
- [percentify](https://github.com/data-centt/percentify) - Exploratory stats and data-quality diagnostics/profiler, that supports both pandas and Polars DataFrames inputs.
|
||||
|
||||
- [polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API.
|
||||
|
||||
### Data Ingestion / ETL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue