akutils is a high-level Python library for recurring data manipulation (Pandas, Python data structure, API, file manipulation, etc.).
Some features supported:
- Extends Pandas reader to natively include chunks, multiple files aggregation, etc.
- Provide pd.Series converter for strings to types that handle the variety of ways to write floats or dates.
- Provide multiple high level methods to manipulate pd.Series (strip, delete special characters, etc.)
- Safe files and directories manipulation
# install from PyPI
pip install akutils
The source code is currently hosted on GitHub at: https://github.com/Alex0x4b/akutils
git clone https://github.com/Alex0x4b/akutils.git
cd akutils
pip install .