:py:mod:`geovizir.data` ======================= .. py:module:: geovizir.data Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: geovizir.data.get_data geovizir.data.get_data_most_recent .. py:function:: get_data(indicator: str, year: int) -> pandas.DataFrame Get data from the World Bank API :param indicator: Indicator code :type indicator: str :param year: Year :type year: int :returns: Dataframe with the data :rtype: pandas.DataFrame .. py:function:: get_data_most_recent(indicator: str) -> pandas.DataFrame Get the data from the World Bank API with the most recent year available :param indicator: Indicator code :type indicator: str :returns: Dataframe with the data :rtype: pandas.DataFrame