Metadata-Version: 2.1
Name: data-cleaning-assistant
Version: 0.1.0
Summary: A comprehensive data cleaning assistant for pandas DataFrames.
Home-page: https://github.com/komo-tento/data_cleaning_assistant.git
Author: Komo Takizawa
Author-email: s2222078@stu.musashino-u.ac.jp
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
License-File: LICENSE

# Data Cleaning Assistant

Data Cleaning Assistant is a comprehensive tool for cleaning and preprocessing pandas DataFrames.

## Features

- Fill missing values
- Remove duplicates
- Detect and handle outliers
- Convert data types
- Standardize features
- Generate cleaning reports
- Visualize missing values and outliers

## Installation

```sh
pip install data_cleaning_assistant


