🤖 Final Project: MIOTI Python for Beginners Finished in September 2025
In this project I used all the knowledge I learned from the 9 modules of the Python for Beginners course from MIOTI by realizing an Exploratory Data Analysis (EDA). For this, I used Kaggle (kaggle.com), which is is the world's largest data science community where you can find a wide variety of datasets ready to be downloaded and analyzed.
- Create an account in Kaggle
- Explore the available datasets
- Download a dataset with enough data to analyze
- Do the EDA · Import data · Clean data if needed · EDA: identify patterns and tendencies with different types of graphs · Use Matplotlib to create clear and significative visualizations to show the results
The project can be found in the following link (https://github.com/adribarra/Python-for-beginners/blob/main/PythonForBeginners_Final_Project_AdrianaIS.ipynb) or directly entering from this repository to the .ipynb file.
- Pandas: Data manipulation
- Matplotlib and Seaborn: Data Visualization