Skip to content

py_exploratory_comp_3 Exercise 6 Answer #12

@jennysoon

Description

@jennysoon

I believe there is an error in the answer for exercise 6 oil data. When printing the name of the month when each price is exceeded for the first time, the index refers to the actual number of the month, but since indexing starts at 0, I believe the answer should be
months[int(oilprice[i, 1]) - 1] instead of months[int(oilprice[i, 1])].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions