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

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.).

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 .
```