https://github.com/farhad-here/data-visualization-analysis-dva
This is my data analysis project. Users can use this project to clean and preprocessing the date or data visualization. Individuals can impute or ecnode ther dataset.
https://github.com/farhad-here/data-visualization-analysis-dva
altair bokeh data-analysis data-analysis-python io matplotlib numpy pandas plotly python sklearn streamlit
Last synced: 3 months ago
JSON representation
This is my data analysis project. Users can use this project to clean and preprocessing the date or data visualization. Individuals can impute or ecnode ther dataset.
- Host: GitHub
- URL: https://github.com/farhad-here/data-visualization-analysis-dva
- Owner: farhad-here
- License: mit
- Created: 2025-05-02T12:29:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T07:02:30.000Z (11 months ago)
- Last Synced: 2025-05-07T18:13:15.093Z (10 months ago)
- Topics: altair, bokeh, data-analysis, data-analysis-python, io, matplotlib, numpy, pandas, plotly, python, sklearn, streamlit
- Language: Python
- Homepage: https://dvadataanalysis.streamlit.app/
- Size: 181 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π§Ό Data Analysis & Imputation Project
This project provides a complete workflow for cleaning, imputing, evaluating, sorting, and visualizing datasets. It is designed to help data analysts explore and prepare data for deeper insights and modeling.
## π§ Features
- β
**Imputation** β Handling missing values using statistical and model-based methods.
- π **Evaluation** β Comparing imputation results and measuring their effectiveness.
- π§½ **Cleaning** β Removing duplicates, fixing inconsistencies, and filtering out noisy data.
- π **Sorting & Filtering** β Organizing data for clearer analysis.
- π **Visualization** β Generating informative charts using Matplotlib/Seaborn to identify trends.
- π§βπ» **Streamlit UI** *(optional)* β Interactive interface to explore data visually.
# π§° Install dependencies:
## download dataset
---
### DATASET
---
if an error occur for the bokeh library:
```bash
pip install --force-reinstall --no-deps bokeh==2.4.3
```
do not forget:
```bash
pip install -r requirements.txt
```
# π§ͺ Technologies Used
- python
- streamlit
- pandas
- numpy
- sklearn
- matplotlib
- bokeh
- altair
- plotly
- io
# ποΈpic














# π Purpose
This project is ideal for practicing:
Real-world data preprocessing
Missing value treatment
Evaluation of imputation strategies
Clear and clean visualization for storytelling