Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.54 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.54 KB

Data Analysis Projects

Minor projects of data analysis, especially exploratory data analysis (EDA).

If you face any difficulties while opening the Jupyter Notebooks, try the NBViewer avaiable in the Jupyter Project's website.

TOC



🚘 NYC Parking Violations

A relatively simple project that I made to train my skills in EDA and plotting using Matplotlib and Seaborn. It's inspired in this tutorial by Nick Cox, his GitHub repository can be found here.

Data

The data used is a subset of the NYC Parking Violations, avaiable in the NYC Open Data's website.

😄 World Happiness Report

This is a project made with the purpose of explaining Pandas for colleagues. The repository and the notebook are in Portuguese. There's code for EDA in the dataset and code explaining Pandas' main functions.

Data

The data used is avaiable at The World Happiness Report's website. It's also avaiable at Kaggle.