Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
assets
dframeutils
examples
tests
.coveragerc
.gitattributes
.gitignore
.travis.yml
LICENSE-MIT
MANIFEST.in
README.md
_config.yml
pyproject.toml
requirements.txt
setup.py
tox.ini

README.md

dframeutils

dframeutils

simple utility tools for dataframes in Python

Table of Contents

dframeutils is the missing utility framework for cleaning, pre-processing, exploring and doing a lot of other common boring tasks with your data. It implements several handy tools for data wrangling and munging that will make your life much easier.

Installation

dframeutils is distributed on PyPI as a universal wheel and is available on Linux/macOS and Windows and supports Python 3.6+.

$ pip install dframe_utils

License

dframeutils is distributed under the terms of the MIT License.