I expected the minimum will be 2009 but I got 2010 as minimum
i did value counts for, tafe_resignations[“cease_date”].value_counts()
but where my 2009 go it should show as a minimum?
I’m thing because 2009 has a frequency of 4 but the others have more a lot more
2011.0 268
2012.0 235
2010.0 103
2013.0 85
2009.0 4
Screen Link:
My Code:
tafe_resignations.boxplot("cease_date").set_ylim(2008,2014)
plt.ticklabel_format(useOffset=False, axis='y')```
What I expected to happen:
What actually happened:
Replace this line with the output/error
<!--Enter other details below: -->