Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Modin | 8,480 | 9 | 17 | 18 hours ago | 62 | June 25, 2022 | 892 | apache-2.0 | Python | |
Modin: Scale your Pandas workflows by changing a single line of code | ||||||||||
Cudf | 5,414 | 10 hours ago | 24 | August 18, 2022 | 807 | apache-2.0 | C++ | |||
cuDF - GPU DataFrame Library | ||||||||||
Pygwalker | 4,713 | 2 days ago | 26 | apache-2.0 | Python | |||||
PyGWalker: Turn your pandas dataframe into a Tableau-style User Interface for visual analysis | ||||||||||
Datasciencepython | 4,254 | 2 years ago | 9 | mit | Python | |||||
common data analysis and machine learning tasks using python | ||||||||||
Danfojs | 4,112 | 3 | 8 days ago | 36 | April 20, 2022 | 58 | mit | TypeScript | ||
Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data. | ||||||||||
Pandas Ta | 3,438 | 19 | 16 hours ago | 19 | July 28, 2021 | 106 | mit | Python | ||
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators | ||||||||||
Koalas | 3,228 | 1 | 12 | 3 months ago | 47 | October 19, 2021 | 109 | apache-2.0 | Python | |
Koalas: pandas API on Apache Spark | ||||||||||
Pandasgui | 2,836 | 1 | 4 | a month ago | 43 | August 14, 2021 | 54 | mit-0 | Python | |
A GUI for Pandas DataFrames | ||||||||||
Sklearn Pandas | 2,632 | 111 | 39 | 8 months ago | 27 | May 08, 2021 | 32 | other | Python | |
Pandas integration with sklearn | ||||||||||
Mars | 2,569 | 1 | 5 days ago | 115 | June 12, 2022 | 210 | apache-2.0 | Python | ||
Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions. |
inspectpd
is collection of utilities for columnwise summary,
comparison and visualisation of pandas
dataframes. The package patches
in the following methods for pandas objects:
.inspect_types()
summary of column types.inspect_mem()
summary of memory usage of columns.inspect_na()
columnwise prevalence of missing
values.inspect_cor()
correlation coefficients of numeric
columns.inspect_imb()
feature imbalance of
non-numeric.inspect_num()
summaries of numeric columns.inspect_cat()
summaries of non-numericYou can install inspectpd
using pip
:
pip install git+https://github.com/alastairrushworth/inspectpd
The package is in early stages of development, could break and will change rapidly. A future version will be released to PyPi. In the meantime, any feedback is definitely welcome! Feel free to write a github issue or send me a message on twitter.