https://github.com/alex0x4b/akutils
High-level Python library for recurring data manipulation (Pandas, Python data structure, API, file manipulation, etc.).
https://github.com/alex0x4b/akutils
data dataframe pandas python
Last synced: 4 months ago
JSON representation
High-level Python library for recurring data manipulation (Pandas, Python data structure, API, file manipulation, etc.).
- Host: GitHub
- URL: https://github.com/alex0x4b/akutils
- Owner: Alex0x4b
- License: mit
- Created: 2024-03-18T15:08:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T07:12:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T09:39:51.307Z (almost 2 years ago)
- Topics: data, dataframe, pandas, python
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it?
**akutils** is a high-level Python library for recurring data manipulation (Pandas, Python
data structure, API, file manipulation, etc.).
# Main Features
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
# Where to get it
```bash
# install from PyPI
pip install akutils
```
*The source code is currently hosted on GitHub at: https://github.com/Alex0x4b/akutils*
# Installation from sources
```bash
git clone https://github.com/Alex0x4b/akutils.git
cd akutils
pip install .
```