Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bharathgs/dframeutils

simple utility tools for dataframes in Python || WIP ||
https://github.com/bharathgs/dframeutils

csv data-cleaning data-preprocessing data-science dataframe pandas pandas-dataframe preprocessing python tidy-data tidytext utility utility-function utility-library

Last synced: 3 months ago
JSON representation

simple utility tools for dataframes in Python || WIP ||

Awesome Lists containing this project

README

        

# dframeutils

![dframeutils](assets/dframeutils.png)







simple utility tools for dataframes in Python

**Table of Contents**

* [Installation](#installation)
* [License](#license)

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](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.6+.

```bash
$ pip install dframe_utils
```

## License

dframeutils is distributed under the terms of the
[MIT License](https://choosealicense.com/licenses/mit).