Population chart, X-Y

Hi @ElmeriVincent

Set the year column as the dataframe index, then plot.

You can use any of the more advanced charting APIs (pyplot, plotly_chart, altair_chart, vega_lite_chart, etc.) where you have control of which dataframe series is mapped to which axis. See here.

Also look at these viz components and Plost.

Cheers,
Arvindra