79381941

Date: 2025-01-23 17:00:48
Score: 1.5
Natty:
Report link

Just need to assign the groups to a variable:

g = ts.groupby(lambda x: x.strftime("%Y-%m-%d")).boxplot(subplots=False, rot=90, ax = axes)
g.plot(ax = axes)
plt.show()

plot

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: rehaqds