We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc6568b + 24781c8 commit 1ebcfb1Copy full SHA for 1ebcfb1
1 file changed
_episodes/03-index-slice-subset.md
@@ -348,8 +348,8 @@ selects the element that is 3 rows down and 7 columns over in the DataFrame.
348
>
349
> 2. What happens when you call:
350
351
-> - `dat.iloc[0:4, 1:4]`
352
-> - `dat.loc[0:4, 1:4]`
+> - `surveys_df.iloc[0:4, 1:4]`
+> - `surveys_df.loc[0:4, 1:4]`
353
354
> - How are the two commands different?
355
{: .challenge}
0 commit comments