Mean prices
When looking at stock prices it is useful to look at a prices not only over the course of multiple days, but at different points in the same data. In this exercise you are given historical data for a stock prices in a DataFrame named prices
. The DataFrame has the columns OPEN
, CLOSE
, HI
, and LOW
. You are trying understand the trend of this stock's price by using the mean opening and closing prices. Is the mean opening price greater than the mean closing price?
Este exercício faz parte do curso
Intermediate Python for Finance
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
