'graphs for evolution with Seaborn or Matplotlib ( many columns as X axis , very column holds a number )

I want to produce a graph with Seaborn or Matplotlib of the evolution of population for different regions , during different years.

I want all the columns to be in X axis, and the population count in Y axis, and every line will be representative to a specific region, so different colours.

Does anyone know how to display this ?

Here is my data frame in the image below. data frame regions, years from 1995 to 2050 and number of population The data before the group by I added

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source