https://github.com/kaliv0/mini-pandas
Custom implementation of 'pandas' library
https://github.com/kaliv0/mini-pandas
Last synced: 14 days ago
JSON representation
Custom implementation of 'pandas' library
- Host: GitHub
- URL: https://github.com/kaliv0/mini-pandas
- Owner: kaliv0
- License: mit
- Created: 2024-04-25T11:37:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T05:12:28.000Z (10 months ago)
- Last Synced: 2024-12-26T15:11:46.271Z (5 months ago)
- Language: Python
- Homepage: https://pypi.org/project/mini-pandas/
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini-pandas
[](https://pypi.org/project/mini-pandas/)
Custom implementation of `pandas` library
Supports DataFrames and various commonly used functionalities such as:
multiple column selection, aggregating and grouping, pivoting, reading and analyzing csv files etc.Requires python>=3.11