'How to deal with column gaps? Python Plots

I am trying to plot this but my data set has spaces. So how do I do it without removing spaces?

iris.plot(kind="scatter", x="sepal length", y="sepal width")


Sources

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

Source: Stack Overflow

Solution Source