akutils

High-level Python library for recurring data manipulation (Pandas, Python data structure, API, file manipulation, etc.).

MIT License

Downloads
228
Stars
0

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

# install from PyPI
pip install akutils

The source code is currently hosted on GitHub at: https://github.com/Alex0x4b/akutils

Installation from sources

git clone https://github.com/Alex0x4b/akutils.git
cd akutils
pip install .
Package Rankings
Top 36.8% on Pypi.org
Related Projects