This project demonstrates a complete data cleaning and exploratory data analysis (EDA) workflow using Python.
The dataset contains common data quality issues such as missing values, duplicate records, inconsistent formatting, and incorrect data types. The goal of this project is to clean the dataset, analyze it, and generate meaningful visualizations.
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Jupyter Notebook
- Import the dataset
- Explore the data
- Remove duplicate records
- Handle missing values
- Standardize data formatting
- Correct data types
- Perform exploratory data analysis
- Create visualizations
- Export the cleaned dataset
customer-data-cleaning-analysis/
│
├── data/
├── images/
├── notebook/
├── README.md
└── requirements.txt
Ayman ECH-TAIBABI - Data Engineering student at EST Agadir







