2023-2024 Global Rice Exports & Imports
The crops and livestocks in the bank.
@kaggle.jamessuryaputra_2023_2024_global_rice_export_and_import_dataset
The crops and livestocks in the bank.
@kaggle.jamessuryaputra_2023_2024_global_rice_export_and_import_dataset
This dataset consists of both export and import occurrence of the commodity of rice, one of the agricultural crops that were commonly known as a staple food in worldwide. For the given data inputs, it was based on the 2023-2024 commodity trading statistics, including the area length per country and number of rice exported and/or imported shown in imperial units (e.g. square miles, ounces and/or pounds). In addition to the main datasets, the global currency rate along with the troy ounce exchange rate from the date of January 17, 2024 was included (along with former currencies of European region) regardless of the import and export occurrence costs. This dataset was generated on August 9, 2024.
Data inputs were given minor changes to avoid copyright of the original author from various website, approximately between 10-18 inputs (note that the dataset was under development due to frequent dataset updates).
CREATE TABLE exc_rate_2024 (
"global_currency_rates_as_of_january_17_2024" VARCHAR -- Global Currency Rates (as Of January 17, 2024),
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4,
"unnamed_5" VARCHAR -- Unnamed: 5,
"unnamed_6" VARCHAR -- Unnamed: 6,
"unnamed_7" VARCHAR -- Unnamed: 7
);
CREATE TABLE glob_rice_exp (
"n_2023_2024_global_rice_exports" VARCHAR -- 2023-2024 Global Rice Exports,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4,
"unnamed_5" VARCHAR -- Unnamed: 5,
"unnamed_6" VARCHAR -- Unnamed: 6,
"unnamed_7" VARCHAR -- Unnamed: 7
);
CREATE TABLE glob_rice_imp (
"n_2023_2024_global_rice_imports" VARCHAR -- 2023-2024 Global Rice Imports,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4
);
CREATE TABLE oun_rate_2024 (
"troy_ounce_rates_as_of_january_17_2024" VARCHAR -- Troy Ounce Rates (as Of January 17, 2024),
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3
);
Anyone who has the link will be able to view this.