Rice - Pest And Diseases
Weather based information of Rice pest and diseases
@kaggle.zsinghrahulk_rice_pest_and_diseases
Weather based information of Rice pest and diseases
@kaggle.zsinghrahulk_rice_pest_and_diseases
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
);
Anyone who has the link will be able to view this.