Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ||
- Host: GitHub
- URL: https://github.com/bharathgs/dframeutils
- Owner: bharathgs
- License: mit
- Created: 2017-12-26T13:34:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T13:57:10.000Z (about 7 years ago)
- Last Synced: 2024-09-03T23:20:24.548Z (5 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
![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).