Data Science Projects

2. Western Australia Weather: Data Analysis

Using Pandas and Numpy

With this Kaggle notebook, I intended to practice using the main functions of two of the most important libraries for Data Analysis in Python: Pandas and Numpy.

Click on the image above to see the code!

A dataset from a weather station located at Perth International Airport that monitors Western Australia. The main goal with this notebook is to get insights regarding to the climate of the place, such as rainfall patterns, and average temperature over the years, months and seasons.

1. Titanic Machine Learning

The competition is simple: use machine learning to create a model that predicts which passengers survived the Titanic shipwreck.

This is a legendary competition from Kaggle, and it dives us into one of the most infamous shipwrecks in history. The challenge is to create a predictive model to find out who was more likely to survive.