Skip to content

codeslash21/explore_weather_trend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore_weather_trend

Here we explore weather trends of the World the Delhi city over last 150 years. And analyse the trends of these two. This analysis is based on the results.csv file which contains average temperature data of the World and Delhi(India) city along with years.

The details and findings of the analysis is in the Explore_weather_trend.pdf file.

Dataset

  • data/city_data.csv This file contains average temperatures(°C) of cities around the World by year. This file consists of year, city, country and avg_temp columns.
  • data/global_data.csv This file contains average global temperatures(°C) by year. This ffile consists of year and avg_temp columns.
  • data/results.csv This file is created by extracting necessary data from the above two files using SQL queries for our analysis. This has Year, Global_Temp, City_Temp columns.

Requirements

  • SQL
  • Python3
  • Google Spreadsheet
  • Jupyter Notebook

License:

This project is under MIT License see more in LICENSE

About

Weather trends analysis of the World and the Delhi (India) city over last 150 years.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published