Agricultural Output By States And Items For India
10 years of Agricultural output by states from 2011-12 to 2022-23
@kaggle.iabe01_agricultural_output_by_states_and_items_for_india
10 years of Agricultural output by states from 2011-12 to 2022-23
@kaggle.iabe01_agricultural_output_by_states_and_items_for_india
CREATE TABLE agri_output_by_state_2012_2023 (
"state_sr_no" BIGINT,
"state" VARCHAR,
"item" VARCHAR,
"category" VARCHAR,
"cvp_11_12_00_000_2012" BIGINT,
"cvp_11_12_00_000_2013" DOUBLE,
"cvp_11_12_00_000_2014" BIGINT,
"cvp_11_12_00_000_2015" BIGINT,
"cvp_11_12_00_000_2016" BIGINT,
"cvp_11_12_00_000_2017" BIGINT,
"cvp_11_12_00_000_2018" BIGINT,
"cvp_11_12_00_000_2019" BIGINT,
"cvp_11_12_00_000_2020" BIGINT,
"cvp_11_12_00_000_2021" DOUBLE,
"cvp_11_12_00_000_2022" DOUBLE,
"cvp_11_12_00_000_2023" DOUBLE
);
Anyone who has the link will be able to view this.