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:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.