Peek at top and bottom
Analyzing historical price data is an important way to try to make future predictions. We will be using a dataset of stock data for the company Alphabet. This data includes opening, closing, high, and low prices per day. It is loaded into the DataFrame alphabet
.
Now it's your time to take a peak!
Este ejercicio forma parte del curso
Intermediate Python for Finance
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Peak at top five rows
alphabet.____()