Baselight

India | Basmati Rice - Import & Export (2000-2021)

Import & Export of Basmati Rice in India from 2000 to 2021

@kaggle.kkhandekar_india_basmati_rice_import_export_20002021

Loading...
Loading...

About this Dataset

India | Basmati Rice - Import & Export (2000-2021)

Import & Export of Basmati Rice in India from 2000 to 2021

Basmati Rice is one of the commodities that is both imported (consumption) & exported in India. So I was quite curious to analyse the import/export data.

Units:

  • Dollar Value =USD ($)
  • Quantity = MT (Metric Ton)

Acknowledgements

https://apps.fas.usda.gov

Tables

Basmatirice

@kaggle.kkhandekar_india_basmati_rice_import_export_20002021.basmatirice
  • 4.93 KB
  • 22 rows
  • 5 columns
Loading...

CREATE TABLE basmatirice (
  "year" BIGINT,
  "export_dollarvalue" BIGINT,
  "export_qty_mt" DOUBLE,
  "import_dollarvalue" BIGINT,
  "import_qty_mt" DOUBLE
);

Share link

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