| gdp_departments_tbl_df | R Documentation |
This dataset, gdp_departments_tbl_df, is a tibble containing the projected Gross Domestic Product (GDP) at constant prices for the departments of Colombia, expressed in 2015 prices. It includes data such as year, economic activity, sector, price type, DIVIPOLA department code, department name, and GDP value in thousands of millions of pesos. The dataset was obtained from GOV.CO Datos Abiertos, last update on November 1, 2024.
data(gdp_departments_tbl_df)
A tibble with 16,302 observations and 7 variables:
Year of the record (numeric)
Economic activity (character)
Sector of the economy (character)
Price type (character)
DIVIPOLA code of the department (numeric)
Name of the department (character)
GDP value in thousands of millions of pesos (numeric)
The dataset name has been kept as 'gdp_departments_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 object. The original content has not been modified in any way.
Data obtained from GOV.CO Datos Abiertos: https://www.datos.gov.co/Econom-a-y-Finanzas/PIB-Departamental-con-proyecci-n/kgyi-qc7j/about_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.