Skip to content

Reorder sampled DataFrame (04_06e.ipynb) #8

@dmartinol

Description

@dmartinol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions