Issue Overview
Sampled DataFrame needs to be ordered.
Describe your environment
Steps to Reproduce
Run 04_06e.ipynb to the end.
Expected Behavior
Same plot as in the video.
Current Behavior
Values in Order Date are random, so the time series plot is unreadable.
Possible Solution
Just add df2 = df2.sort_values(by="Order Date")
Screenshots / Video
Related Issues