Baselight

Canada Weather

Data about weather in winter, summers and throughout the year

@kaggle.hemil26_canada_weather

Loading...
Loading...

About this Dataset

Canada Weather

Context

I always wanted to show how drastic climates of Canada in winters and summers can be so decided to scrape the data and perform visualizations on it using plotly

Content

  • Province and Places
  • Temperatures in both Celsius and Fahrenheit
  • Height of the place from sea level
  • Weather station from weather was collected

Acknowledgements

The data was scraped from https://en.wikipedia.org/wiki/Temperature_in_Canada

Tables

Canada Weather

@kaggle.hemil26_canada_weather.canada_weather
  • 14.14 KB
  • 43 rows
  • 10 columns
Loading...

CREATE TABLE canada_weather (
  "community" VARCHAR,
  "weather_station" VARCHAR,
  "location" VARCHAR,
  "elevation" VARCHAR,
  "january_avg_high_c_f" VARCHAR,
  "january_avg_low_c_f" VARCHAR,
  "july_avg_high_c_f" VARCHAR,
  "july_avg_low_c_f" VARCHAR,
  "annual_avg_high_c_f" VARCHAR,
  "annual_avg_low_c_f" VARCHAR
);

Share link

Anyone who has the link will be able to view this.