Mini Projects:

Prediction of Future Copper Prices


Overview:

The goal of this project was to build a system that visualises the ever-fluctuating price of copper in the three major copper future exchanges: Shanghai Futures Exchange (SHFE), London Metal Exchange (LME), and CME Group / COMEX Copper (HG) and predict the opening price of copper in the New York-based COMEX.

Data Cleaning:

All three datasets containing historical prices of copper at the three major exchanges were converted into a data frame format and put into a standardized form before further processing by erasing index labels. For clarity purposes, the number of rows and columns for each dataset was obtained as well.

Analysis of Movie Genres and Clusters


Overview:

The objective of this project was to zoom in on Exploratory Data Analysis in order to identify patterns between data collected on popularity, vote average, and artificially-made clusters.

Exploratory Data Analysis (EDA)

During this mini project, the EDA step was performed as multiple types of plots with varying axes were created using a data set involving movie genres (horror, comedy, etc.), popularity, and generated clusters based on an unknown perimeter. Close analysis of each plot allowed for conclusions to be drawn surrounding the data.