ComeçarComece de graça

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 exercício faz parte do curso

Intermediate Python for Finance

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Peak at top five rows
alphabet.____()
Editar e executar o código