Quick Check 5.2 – Data 100, Summer 2020
Sign in to Google to save your progress. Learn more
You are given a Pandas DataFrame cereal with information about 80 different cereals. The figure below is the result of running cereal.head(). All values are per-serving. type can be either cold or hot. rating is the average score (out of 100) given by customers.
Suppose we want a Pandas Series with just the name column of cereal. Which of the following should we use? *
Suppose we want a Pandas Data Frame with just the name column of cereal. Which of the following should we use? *
Suppose we want a Pandas Data Frame with all columns of cereal but only the first 5 rows. Which of the following should we use? *
Submit
Clear form
This form was created inside of UC Berkeley. Report Abuse