Baselight

Mumbai Rainfall Data

Unleashing Mumbai's Monsoons 🌧️📊: Explore Rainfall Patterns Like Never Before!

@kaggle.macaronimutton_mumbai_rainfall_data

Loading...
Loading...

About this Dataset

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:

  • Location: Mumbai, India
  • Time Period: 1901 to 2021-
  • Data: Monthly rainfall (in mm)
  • Attributes: Year, Month, Total Rainfall

Use Cases:

  • Climate Analysis: Study monsoon trends and seasonal changes in Mumbai’s climate.
  • Urban Planning: Use historical rainfall data for infrastructure and flood management planning.
  • Data Science Projects: Perform time series forecasting, anomaly detection, or climate modeling.

License:
This dataset is in the Public Domain, allowing unrestricted use, modification, and distribution.

Tables

Mumbai Monthly Rains

@kaggle.macaronimutton_mumbai_rainfall_data.mumbai_monthly_rains
  • 19.13 KB
  • 121 rows
  • 14 columns
Loading...

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
);

Share link

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