Colombia_coffee_tbl_df | R Documentation |
This dataset, Colombia_coffee_tbl_df, is a tibble containing detailed information about Colombian coffee exports and imports in 2016. It includes data on various factors such as trade flow, commodity codes, trade value, weight in kilograms, and information about the countries involved in the trade. The dataset is sourced from Kaggle and provides a comprehensive analysis of the foreign trade of Colombian coffee.
data(Colombia_coffee_tbl_df)
A tibble with 106 observations and 35 variables:
Character string representing the classification of the coffee product.
Numeric value representing the year of the data entry.
Numeric value representing the period of the trade.
Numeric value representing the period description.
Numeric value representing the aggregate level of the trade data.
Numeric value indicating whether the trade involves a leaf product.
Numeric value representing the trade flow code.
Character string representing the flow of the trade, either export or import.
Numeric value representing the code of the reporting country.
Character string representing the reporting country.
Character string representing the ISO code of the reporting country.
Numeric value representing the code of the partner country.
Character string representing the partner country.
Character string representing the ISO code of the partner country.
Logical value indicating if there is a second partner country involved in the trade.
Logical value indicating if there is a second partner country.
Logical value indicating if there is a second partner country's ISO code.
Logical value representing the customs procedure code.
Logical value indicating whether customs procedure information is available.
Logical value representing the mode of transport code.
Logical value indicating the mode of transport used in the trade.
Character string representing the commodity code for coffee.
Character string representing the commodity (coffee).
Numeric value representing the quantity unit code.
Character string representing the unit of quantity for the trade.
Logical value representing the quantity of coffee in the trade.
Logical value representing an alternative quantity unit code.
Numeric value representing an alternative quantity unit for the trade.
Logical value representing an alternative quantity for the trade.
Numeric value representing the net weight of the coffee in kilograms.
Logical value indicating the gross weight of the coffee in kilograms.
Numeric value representing the trade value in US dollars.
Logical value representing the CIF trade value in US dollars.
Logical value representing the FOB trade value in US dollars.
Numeric value representing a flag for the dataset entry.
The dataset name has been kept as Colombia_coffee_tbl_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ColombiAPI package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.
Originally taken from Kaggle, url: https://www.kaggle.com/datasets/carlosbeltranv/colombian-coffee-2016
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.