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
Sub Divisional Monthly Rainfall from 1901 to 2017
@kaggle.ayushv322_indian_states_monthly_rainfall_from_1901_to_2017
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
);
Anyone who has the link will be able to view this.