Nashville Housing Data Cleaning in SQL

This project is my progress on learning how to data cleaning in SQL for the datasets Nashville Housing.


Covid-19 Infected Projects

This project aims to explore the datasets on the global confirmed Covid-19 deaths. I first organise the datasets and start to compare the data I could used for the visualisation later.


Movie Correlation with Python

Using python to check the correlation of the movie datasets, to see what variables effect the gross revenue from movies.


Movie Recommender System

This project aims to implement a recommendation system on movies, to output movies similar to the input movie and to predict the ratings that a user will give to an unseen movie.


BMI Calculator

In this Lab I will show the code that I have written to build my own BMI calculator with Python. BMI is a widely used measure to find out whether you are a healthy wight for your height. This simple calculator is a tool to help you calculate your body mass index, also known as BMI.