You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Selecting Rows, there's an example of creating a new dataframe containing a subset of the original df.
This might be a good place to mention deep vs shallow copies, as people may encounter related errors when working with views/copies of the original df.
SUGGESTION 2
Challenge 4 requires calculating the mean score of a subset of the df.
The subsequent section mentions grouping and demonstrates using grouping in the context of plots.
Expanding Challenge 4 to familiarize folks with .groupby() could bridge these two sections. So, for example, asking folks to group by flair_text and output mean scores for each group, after doing so for a single subset.
The text was updated successfully, but these errors were encountered:
LOCATION
pandas.ipynb
SUGGESTION 1
df
.df
.SUGGESTION 2
flair_text
and output mean scores for each group, after doing so for a single subset.The text was updated successfully, but these errors were encountered: