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")
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")