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!
Diese Übung ist Teil des Kurses
Intermediate Python for Finance
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Peak at top five rows
alphabet.____()