Well done!

You have completed Review Series Access!

Quiz Question 1 of 5

What is the output of the following code?

sample = {
    'neptune': 2.793,
    'earth': 92.96,
    'uranus': 1.784,
    'jupiter': 483.8,
}
distances = pd.Series(sample)
distances.iloc[0:2]

Choose the correct answer below:

Skip Quiz Review Video