#histogram #覦覯1 iris_df["sepal width (cm)"].plot.hist() #覦覯2 sepal_width = iris_df["sepal width (cm)"] sepal_width.plot.hist()