'Plot a graph from a data set

I am trying to plot a graph but I keep getting the following error this is my data set

Figures = pd.DataFrame({'Sales': ['41967', '200827', '38672', '35193', '79333', '27136', '22611', '25236'],
                   '-2YR%': ['22.5', '20.0', '6.2', '27.2', '32.2', '29.8', '39.5', '17.3']})

when I go to plot any Graphs or Data I get the following error:

TypeError: Empty 'DataFrame': no numeric data to plot



Sources

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

Source: Stack Overflow

Solution Source