| foreign_visitors_tbl_df | R Documentation |
This dataset, foreign_visitors_tbl_df, is a tibble containing information about non-resident foreigners entering Colombia through various migration points. It includes data on the year, month, destination department, destination city, country of residence of the foreign visitor, and the number of non-resident foreigners. The dataset was obtained from GOV.CO Datos Abiertos, last update on September 25, 2025.
data(foreign_visitors_tbl_df)
A tibble with 466,915 observations and 6 variables:
Year of the record (numeric)
Month of the record (character)
Destination department in Colombia (character)
Destination city in Colombia (character)
Country of residence of the foreign visitor (character)
Number of non-resident foreign visitors (numeric)
The dataset name has been kept as 'foreign_visitors_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/Comercio-Industria-y-Turismo/Extranjeros-No-Residentes/7wm8-w5ad/about_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.