Global Temperature Records (1743-2013)
"A Century-Long Journey Through Global Urban Climate Patterns"
@kaggle.maso0dahmed_global_temperature_records_1850_2022
"A Century-Long Journey Through Global Urban Climate Patterns"
@kaggle.maso0dahmed_global_temperature_records_1850_2022
This comprehensive dataset provides historical records of average temperatures by major city from 1849 to 2022. It's an invaluable resource for climate researchers, historians, and data scientists interested in analyzing long-term temperature trends and their impacts on different parts of the world.
The dataset contains the following columns:
dt: Date of the record.AverageTemperature: Average temperature of the city for the given date.AverageTemperatureUncertainty: The uncertainty of the average temperature.City: Name of the city.Country: Country in which the city is located.Latitude: Latitude of the city.Longitude: Longitude of the city.This dataset can be used for a variety of purposes including, but not limited to:
This dataset was compiled with data from multiple sources to provide a detailed view of global temperature changes over the past century and more.
Some questions you might consider exploring:
We encourage you to dive into this dataset and share your insights and findings with the Kaggle community!
CREATE TABLE globallandtemperatures_globallandtemperaturesbymajorcity (
"dt" TIMESTAMP,
"averagetemperature" DOUBLE,
"averagetemperatureuncertainty" DOUBLE,
"city" VARCHAR,
"country" VARCHAR,
"latitude" VARCHAR,
"longitude" VARCHAR
);Anyone who has the link will be able to view this.