gdphelper.gdpplotter
Module Contents
Functions
|
Author: Aldo Saltao Barros |
- gdphelper.gdpplotter.gdpplotter(cleaned_Dataframe)[source]
Author: Aldo Saltao Barros
Plot a line chart of periods and the selected feature.
- Parameters
cleaned_Dataframe (pandas.DataFrame) – This is the name of the dataset that you want to draw a chart. It is an output from the function gdpcleaner
- Return type
chart of GDP by the Region according to the information within the DataFrame
Examples
>>> gdpplotter(cleaned_df)