Potato Production In Bangladesh (1980–2024)
@kaggle.arshadrahmanziban_potato_production_in_bangladesh_from_811a8e0b
@kaggle.arshadrahmanziban_potato_production_in_bangladesh_from_811a8e0b
CREATE TABLE potato_production (
"year" BIGINT,
"production_tonnes" BIGINT,
"seed_tonnes" BIGINT,
"area_harvested_hectares" BIGINT,
"yield_tonnes_hectare" DOUBLE,
"price_bdt_tonne" BIGINT
);
Anyone who has the link will be able to view this.