Metadata-Version: 2.0
Name: dframe-utils
Version: 0.0.2rc2
Summary: simple utility tools for dataframes in Python
Home-page: https://github.com/bharathgs/dframeutils
Author: Bharath G.S
Author-email: royalkingpin@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: Pandas,dataframe,data-cleaning,utility,tidytext,tidydata
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6

# dframeutils


![dframeutils](assets/dframeutils.png)

<p align="center">
	<img src="https://img.shields.io/badge/stars-1-blue.svg?style=flat"/>
	<img src="https://img.shields.io/badge/forks-0-blue.svg?style=flat"/>
	<img src="https://img.shields.io/badge/contributions-welcome-blue.svg?style=flat">
	<img src="https://img.shields.io/github/license/mashape/apistatus.svg">
	<img src="https://img.shields.io/travis/bharathgs/dframeutils.svg">
	<a href="https://codecov.io/gh/bharathgs/dframeutils"><img src="https://codecov.io/gh/bharathgs/dframeutils/branch/master/graph/badge.svg" /></a>

</p>

simple utility tools for dataframes in Python

**Table of Contents**

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

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


