Page 1 of 1

Scenario 1, continued Now that you’ve created a data frame, you want to find out more about how the data is organized. T

Posted: Fri May 20, 2022 10:24 am
by answerhappygod
Scenario 1, continued
Now that you’ve created a data frame, you want to find out more
about how the data is organized. The data frame has hundreds of
rows and lots of columns.
Assume the name of your data frame is
flavors_df. What code chunk lets you review the
structure of the data frame?
0 / 1 point
str(flavors_df)
summarize(flavors_df)
select(flavors_df)
filter(flavors_df)