Screen Link:
My Code:
dete_resignations[['dete_start_date','cease_date']].plot(kind='box')```
What I expected to happen:
the box plot is printed in the Jypytor output.
What actually happened:
<matplotlib.axes._subplots.AxesSubplot at 0x7f1e1bf427c0>
<!--Enter other details below: -->
I am working through the guided project of analyzing employee exit data and am trying to plot the value of the numerical columns 'dete_start_date' and 'cease_date' in a box plot to identify values that look amiss.