Baselight

Rice - Pest And Diseases

Weather based information of Rice pest and diseases

@kaggle.zsinghrahulk_rice_pest_and_diseases

Rice
@kaggle.zsinghrahulk_rice_pest_and_diseases.rice

  • 186.87 KB
  • 19404 rows
  • 14 columns
observation_year

Observation Year

standard_week

Standard Week

pest_value

Pest Value

collection_type

Collection Type

maxt

MaxT

mint

MinT

rh1

RH1(%)

rh2

RH2(%)

rf_mm

RF(mm)

ws_kmph

WS(kmph)

ssh_hrs

SSH(hrs)

evp_mm

EVP(mm)

pest_name

PEST NAME

location

Location

20031Number/hill27.914.894.751.33.18.72.7BrownplanthopperCuttack
20032Number/hill27.21593.953.12.18.72.4BrownplanthopperCuttack
20033Number/hill28.718.394.156.70.64.86.72.8BrownplanthopperCuttack
20034Number/hill25.316.490.957.40.36.55.33BrownplanthopperCuttack
20035Number/hill28.818.795.7555.26.32.8BrownplanthopperCuttack
20036Number/hill27.117.294.953.34.43.56.92.9BrownplanthopperCuttack
20037Number/hill30.71693.9332.610.24BrownplanthopperCuttack
20038Number/hill30.421.495.356.915.45.16.43.4BrownplanthopperCuttack
20039Number/hill31.122.392.656.717.566.54.2BrownplanthopperCuttack
200310Number/hill31.121.595.354.73.57.54.2BrownplanthopperCuttack

CREATE TABLE rice (
  "observation_year" BIGINT,
  "standard_week" BIGINT,
  "pest_value" DOUBLE,
  "collection_type" VARCHAR,
  "maxt" DOUBLE,
  "mint" DOUBLE,
  "rh1" DOUBLE,
  "rh2" DOUBLE,
  "rf_mm" DOUBLE,
  "ws_kmph" DOUBLE,
  "ssh_hrs" DOUBLE,
  "evp_mm" DOUBLE,
  "pest_name" VARCHAR,
  "location" VARCHAR
);

Share link

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