Baselight

Historical Rainfall Data Of Bangladesh (1970-2016)

46 Year of Rainfall data for all 33 Weather Station - Monthly and Daily

@kaggle.redikod_historical_rainfall_data_in_bangladesh

Data Monthly Rainfall
@kaggle.redikod_historical_rainfall_data_in_bangladesh.data_monthly_rainfall

  • 32.87 KB
  • 16755 rows
  • 5 columns
year

Year

station

Station

month

Month

rainfall

Rainfall

stationindex

StationIndex

1970Barisal12
1970Barisal2242
1970Barisal352
1970Barisal4912
1970Barisal51242
1970Barisal64082
1970Barisal75302
1970Barisal83172
1970Barisal95712
1970Barisal102532

CREATE TABLE data_monthly_rainfall (
  "year" BIGINT,
  "station" VARCHAR,
  "month" BIGINT,
  "rainfall" BIGINT,
  "stationindex" BIGINT
);

Share link

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