Mumbai Rainfall Data
Unleashing Mumbai's Monsoons 🌧️📊: Explore Rainfall Patterns Like Never Before!
@kaggle.macaronimutton_mumbai_rainfall_data
Unleashing Mumbai's Monsoons 🌧️📊: Explore Rainfall Patterns Like Never Before!
@kaggle.macaronimutton_mumbai_rainfall_data
This dataset contains detailed monthly rainfall records for Mumbai, a city known for its intense monsoon season. It offers insights into the rainfall patterns over time, helping researchers, data enthusiasts, and climate analysts explore trends, seasonal variations, and extreme weather events. The data is sourced from OpenCity and is in the Public Domain.
Key Features:
Use Cases:
License:
This dataset is in the Public Domain, allowing unrestricted use, modification, and distribution.
CREATE TABLE mumbai_monthly_rains (
"year" BIGINT,
"jan" DOUBLE,
"feb" DOUBLE,
"mar" DOUBLE,
"april" DOUBLE,
"may" DOUBLE,
"june" DOUBLE,
"july" DOUBLE,
"aug" DOUBLE,
"sept" DOUBLE,
"oct" DOUBLE,
"nov" DOUBLE,
"dec" DOUBLE,
"total" DOUBLE
);Anyone who has the link will be able to view this.