https://github.com/dexplo/minimally_sufficient_pandas
Accessor to pandas DataFrame for limiting methods to a minimally sufficient subset
https://github.com/dexplo/minimally_sufficient_pandas
Last synced: 9 months ago
JSON representation
Accessor to pandas DataFrame for limiting methods to a minimally sufficient subset
- Host: GitHub
- URL: https://github.com/dexplo/minimally_sufficient_pandas
- Owner: dexplo
- License: bsd-3-clause
- Created: 2020-07-14T12:35:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T01:43:13.000Z (almost 6 years ago)
- Last Synced: 2025-08-26T02:27:14.696Z (9 months ago)
- Language: Python
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimally Sufficient Pandas - The Library
This library is intended to help simplify the usage of pandas DataFrames by limiting the number of available methods to just those that are the most powerful. It also adds a few convenience methods not previously available and enhances some already existing methods.
## Installation
`pip install minimally_sufficient_pandas`