Metadata-Version: 2.1
Name: autocleanframe
Version: 0.1.1
Summary: A Python package to clean Pandas DataFrames.
Home-page: https://github.com/yourgithub/autocleanframe
Author: Vijay Rodrigues
Author-email: vijayrodrigues18@gmail.com
License: UNKNOWN
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
Requires-Dist: pandas
Requires-Dist: numpy

# autocleanframe

A Python package to clean Pandas DataFrames by handling missing values and whitespace.

## Installation

```bash
pip install autocleanframe


