Baselight

Indian States Monthly RainFall From 1901 To 2017

Sub Divisional Monthly Rainfall from 1901 to 2017

@kaggle.ayushv322_indian_states_monthly_rainfall_from_1901_to_2017

Loading...
Loading...

About this Dataset

Indian States Monthly RainFall From 1901 To 2017

Dataset Description:

The sub-division wise rainfalls and their departure from average for each month and season have been provided in the data.

Data Source: https://data.gov.in/catalog/rainfall-india

Column Explanation:

The following are present in the dataset.

  1. States/UTs: List of States and Union Territories of India.
  2. YEAR: Year from 1907 to 2017 for each State/UT
  3. JAN-DEC: Columns containing monthly rainfall data for each month spanning from January to December
  4. ANNUAL: Contains the total rain for each state for each year

Tables

Monthly Rainfall From 1901 To 2017

@kaggle.ayushv322_indian_states_monthly_rainfall_from_1901_to_2017.monthly_rainfall_from_1901_to_2017
  • 215.34 KB
  • 4187 rows
  • 16 columns
Loading...

CREATE TABLE monthly_rainfall_from_1901_to_2017 (
  "unnamed_0" BIGINT,
  "states_uts" 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
);

Share link

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