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: 9 months ago
JSON representation
simple utility tools for dataframes in Python || WIP ||
- Host: GitHub
- URL: https://github.com/bharathgs/dframeutils
- Owner: bharathgs
- License: mit
- Created: 2017-12-26T13:34:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T13:57:10.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T00:36:14.548Z (10 months ago)
- Topics: csv, data-cleaning, data-preprocessing, data-science, dataframe, pandas, pandas-dataframe, preprocessing, python, tidy-data, tidytext, utility, utility-function, utility-library
- Language: Python
- Homepage: https://bharathgs.github.io/dframeutils/
- Size: 98.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# dframeutils

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