skrub.datasets.fetch_world_bank_indicator#

skrub.datasets.fetch_world_bank_indicator(indicator_id, *, load_dataframe=True, data_directory=None)[source]#

Fetches a dataset of an indicator from the World Bank open data platform.

Description of the dataset:

The dataset contains two columns: the indicator value and the country names. A list of all available indicators can be found at https://data.worldbank.org/indicator.

Returns:
DatasetAll

If load_dataframe=True

DatasetInfoOnly

If load_dataframe=False

Examples using skrub.datasets.fetch_world_bank_indicator#

Fuzzy joining dirty tables with the Joiner

Fuzzy joining dirty tables with the Joiner