Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder sampled DataFrame (04_06e.ipynb) #8

Open
dmartinol opened this issue Oct 22, 2024 · 0 comments
Open

Reorder sampled DataFrame (04_06e.ipynb) #8

dmartinol opened this issue Oct 22, 2024 · 0 comments

Comments

@dmartinol
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant