Nepalese Large Cardamom Forecasting Data
Forecast the Production of Large Cardamon in Nepal
@kaggle.shashwatwork_nepalese_large_cardamom_forecasting_data
Forecast the Production of Large Cardamon in Nepal
@kaggle.shashwatwork_nepalese_large_cardamom_forecasting_data
Large cardamom (Amomum sabulatum Roxb) is the high-value cash crop and main source of cash income for farmers in east eastern Himalayan region including Eastern Nepal, Sikkim, and parts of Darjeeling district in West Bengal of India, and Southern Bhutan. In Nepal over 21,960 households in 37 districts are engaged in its farming. Presently, Nepal is the largest producer of large cardamom with a 68% share in the market, followed by India (22%) and Bhutan (9%).
CREATE TABLE combined_data (
"nepal" VARCHAR,
"nutmeg_mace_and_cardamoms" VARCHAR -- Nutmeg, Mace And Cardamoms,
"n_5312" BIGINT -- 5312,
"area_harvested" VARCHAR,
"n_1961" BIGINT -- 1961,
"n_1961_1" BIGINT -- 1961.1,
"ha" VARCHAR,
"unnamed_7" DOUBLE -- Unnamed: 7,
"m" VARCHAR,
"year" DOUBLE,
"production" DOUBLE
);CREATE TABLE growth (
"year" BIGINT,
"growth" DOUBLE,
"prodn" BIGINT
);Anyone who has the link will be able to view this.