This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
If you have a pandas DataFrame called samples, what would the output be for samples.head()?
samples
samples.head()
The top row of the DataFrame
The top five rows of the DataFrame
10 random rows from the DataFrame
The column names of the DataFrame
In pandas, DataFrame and series are two names for the same kind of data type.
True
False
What is the total weight of the samples that were brought back by the six Apollo missions that landed on the Moon?
Over 825 lb, or 375 kg
Over 63 lb, or 28 kg
Over 136 lb, or 62 kg
Over 490 lb, or 92 kg
You must answer all questions before checking your work.
Continue
Need help? See our troubleshooting guide or provide specific feedback by reporting an issue.