You are on page 1of 1

Histogram:

In [ ]:

plt.hist(df["inflation2"])
plt.show()

Scatter plot

In [ ]:

plt.scatter(df["inflation"],df["inflation2"])
plt.show()

You might also like