Metadata-Version: 2.1
Name: Dunner
Version: 0.0.1.4
Summary: A helper package for data science projects
Home-page: https://github.com/ebegen/Dunner
Author: Emre Begen
Author-email: ebegen51@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# dunner - Make your data science projects easier

A Helper pip package for data cleaning, organizing, visualizing. machine learning and deep learning.


### Assumptions:

+ Assuming python is installed on your system.


# Description

It consists of three main modules:

- `data_operations`: tools for some useful data operations
- `data_cleaner`: tools to clean data
- `preprocess_helper`: tools to help data operation and data cleaning

# Installation

## Normal installation

```bash
pip install elastictools
```


