Udacity Data Analyst Nanodegree Project 01 - Exploring Weather Trends using MS Excel and SQL
Analyze local and global temperature data and compare the temperature trends where I live to overall global temperature trends.
- Create a visualization
- Prepare a write up describing the similarities and differences between global temperature trends and temperature trends in the closest big city to where I live.
-
Data Extraction
- Use SQL to extract the data from the database
-
Data Manipulation
- Use MS Excel to calculate moving average
-
Data Visualisation
- Create line chart with MS Excel
-
Observation
- Use line chart to make observation about the similarities and differences
SQL-queries.sql
contains the SQL query used for this project with step by step explanations of what I did.Extracted-Singapore-&-Global-Avg-Temp-Data.xlsx
is the result from running the SQL query above with moving average calculated.Project1-Explore-Weather-Trends.pdf
is the final report.