m4ttsch / omscs-notes-notes

The raw markdown notes for OMSCS Notes.
https://www.omscs-notes.com
MIT License
150 stars 148 forks source link

[TYPO] Machine Learning Trading - Reading and Plotting Stock Data #54

Closed rahul0eth closed 2 years ago

rahul0eth commented 2 years ago

What needs to be fixed? Please be specific as possible and add a link to the relevant file/lines.

Compute Mean Volume Quiz Solution - Answer you have: "df['Values'].mean()" Answer should be: "df['Volume'].mean()"

m4ttsch commented 2 years ago

Can you submit a PR?

m4ttsch commented 2 years ago

Fixed.