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)
Scenario 1, continued Now that you’ve created a data frame, you want to find out more about how the data is organized. T
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am