Skip to content

n-arbij/Data-Processing-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Structure

plot-optic/ │ ├── data/ │ ├── raw/ # Original, unmodified dataset(s) │ ├── notebooks/ │ ├── 01_data_exploration.ipynb # Initial inspection & understanding │ ├── 02_data_cleaning.ipynb # Cleaning & preprocessing steps │ ├── 03_data_transformation.ipynb# Feature engineering & aggregation │ └── 04_visualization.ipynb # Charts & storytelling │ ├── visuals/ │ └── charts/ # Saved plots and figures │ ├── README.md # Project documentation & narrative │ ├── requirements.txt # Python dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors