dirty_cat.datasets.fetch_world_bank_indicator

dirty_cat.datasets.fetch_world_bank_indicator(indicator_id, load_dataframe=True, 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 dirty_cat.datasets.fetch_world_bank_indicator