Metadata-Version: 2.4
Name: ImtiazAnalysis
Version: 0.1.0
Summary: An automated library for comprehensive data preprocessing and Exploratory Data Analysis (EDA).
Home-page: 
Author: Imtiaz (Your Name)
Author-email: imtiazkarachi6@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ImtiazAnalysis

**ImtiazAnalysis** is a powerful, automated Python library that streamlines the data analysis and preprocessing workflow. With a single function call, it performs data cleaning, imputation, outlier handling, feature engineering (encoding), and scaling, making your data ready for machine learning models instantly.

## Installation

```bash
pip install ImtiazAnalysis
