Skip to content

Commit 2e7a115

Browse files
committed
Rename challenge
- Rename challenge from 'Exercises' to 'Practice with data'.
1 parent 8c21f50 commit 2e7a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/11-joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ df_cd = pd.merge(df_SN7577i_c, df_SN7577i_d, how='inner', left_on = 'Id', right_
170170
{: .language-python}
171171

172172

173-
> ## Exercises
173+
> ## Practice with data
174174
>
175175
> 1. Examine the contents of the `SN7577i_aa` and `SN7577i_bb` csv files using Excel or equivalent.
176176
> 2. Using the `SN7577i_aa` and `SN7577i_bb` csv files, create a Dataframe which is the result of an outer join using the `Id` column to join on.

0 commit comments

Comments
 (0)