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

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

Awesome Lists containing this project

README

        

# mini-pandas

[![PyPI](https://img.shields.io/pypi/v/mini-pandas.svg)](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