bblocks.dataframe_tools.common ============================== .. py:module:: bblocks.dataframe_tools.common Attributes ---------- .. autoapisummary:: bblocks.dataframe_tools.common.get_population_df bblocks.dataframe_tools.common.get_poverty_ratio_df bblocks.dataframe_tools.common.get_population_density_df Functions --------- .. autoapisummary:: bblocks.dataframe_tools.common.__get_wb_ind bblocks.dataframe_tools.common._get_weo_indicator bblocks.dataframe_tools.common.get_gdp_df bblocks.dataframe_tools.common.get_gov_expenditure_df Module Contents --------------- .. py:function:: __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 .. py:data:: get_population_df .. py:data:: get_poverty_ratio_df .. py:data:: get_population_density_df .. py:function:: _get_weo_indicator(indicator: str, *, most_recent_only: bool, update: bool, include_estimates: bool = True) -> pandas.DataFrame .. py:function:: get_gdp_df(*, usd: bool = True, most_recent_only: bool, update_data: bool, include_estimates: bool = True) -> pandas.DataFrame Get a population DataFrame .. py:function:: get_gov_expenditure_df(*, usd: bool = True, most_recent_only: bool, update_data: bool, include_estimates: bool = True) -> pandas.DataFrame Get a population DataFrame