bblocks.dataframe_tools.common

Attributes

get_population_df

get_poverty_ratio_df

get_population_density_df

Functions

__get_wb_ind(→ pandas.DataFrame)

Get a simplified DataFrame for a World Bank indicator

_get_weo_indicator(→ pandas.DataFrame)

get_gdp_df(→ pandas.DataFrame)

Get a population DataFrame

get_gov_expenditure_df(→ pandas.DataFrame)

Get a population DataFrame

Module Contents

bblocks.dataframe_tools.common.__get_wb_ind(ind_code: str, ind_name: str, update: bool, most_recent_only: bool = False, **kwargs) pandas.DataFrame

Get a simplified DataFrame for a World Bank indicator

bblocks.dataframe_tools.common.get_population_df
bblocks.dataframe_tools.common.get_poverty_ratio_df
bblocks.dataframe_tools.common.get_population_density_df
bblocks.dataframe_tools.common._get_weo_indicator(indicator: str, *, most_recent_only: bool, update: bool, include_estimates: bool = True) pandas.DataFrame
bblocks.dataframe_tools.common.get_gdp_df(*, usd: bool = True, most_recent_only: bool, update_data: bool, include_estimates: bool = True) pandas.DataFrame

Get a population DataFrame

bblocks.dataframe_tools.common.get_gov_expenditure_df(*, usd: bool = True, most_recent_only: bool, update_data: bool, include_estimates: bool = True) pandas.DataFrame

Get a population DataFrame