Metadata-Version: 2.1
Name: column_cleaner
Version: 0.0.1
Summary: A column cleaner, which will clean the numerical values and spaces
Home-page: UNKNOWN
Author: Abhishek Kumar
License: UNKNOWN
Keywords: column cleaner,number cleaner,space cleaner
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Column Cleaner for a Dataframe
 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

## Functionality of the Column Cleaner

- It will replace space with "_".
- It will remove the numbers.


## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install column_cleaner
  ```

## Note 
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.


