Baselight

Rainfall In Kerala 1901-2017

Monthly rainfall data from 1901-2017

@kaggle.ggopinathan_rainfall_in_kerala_from_19012017

Loading...
Loading...

About this Dataset

Rainfall In Kerala 1901-2017

Context

Kerala is a state in South India known for its beautiful beaches and backwaters. Also known as 'God's own country' it was named one of the 10 paradises of the world by National Geographic.
Due to climate change, Kerala has been affected by unprecedented rainfall/floods in recent years. This dataset was obtained from Indian government's open data initiative (see link below) to understand the trends.

Content

This raw dataset has the monthly and annual rainfall in millimeters (mms) from the year 1901 to 2017.

Acknowledgements

I want to thank Govt. of India for opening up this data for further analysis.

Inspiration

Any interesting observations from the past? Can we forecast what the next few years might look like?

Reference source

https://data.gov.in/resources/sub-divisional-monthly-rainfall-1901-2017/api

Tables

Kerala Rainfall Historical

@kaggle.ggopinathan_rainfall_in_kerala_from_19012017.kerala_rainfall_historical
  • 23.46 KB
  • 117 rows
  • 19 columns
Loading...

CREATE TABLE kerala_rainfall_historical (
  "subdivision" VARCHAR,
  "year" BIGINT,
  "jan" DOUBLE,
  "feb" DOUBLE,
  "mar" DOUBLE,
  "apr" DOUBLE,
  "may" DOUBLE,
  "jun" DOUBLE,
  "jul" DOUBLE,
  "aug" DOUBLE,
  "sep" DOUBLE,
  "oct" DOUBLE,
  "nov" DOUBLE,
  "dec" DOUBLE,
  "annual" DOUBLE,
  "jf" DOUBLE,
  "mam" DOUBLE,
  "jjas" DOUBLE,
  "ond" DOUBLE
);

Share link

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