Skip to content

Commit 0b304a0

Browse files
author
Jarrod
authored
03-index-slice-subset.md: Fix variable name (#487)
Change `ref_survey_df` to `ref_surveys_df`
1 parent 31c6a6c commit 0b304a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/03-index-slice-subset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ What is the difference between these two dataframes?
249249
250250
When we assigned the first 3 columns the value of `0` using the
251251
`ref_surveys_df` DataFrame, the `surveys_df` DataFrame is modified too.
252-
Remember we created the reference `ref_survey_df` object above when we did
253-
`ref_survey_df = surveys_df`. Remember `surveys_df` and `ref_surveys_df`
252+
Remember we created the reference `ref_surveys_df` object above when we did
253+
`ref_surveys_df = surveys_df`. Remember `surveys_df` and `ref_surveys_df`
254254
refer to the same exact DataFrame object. If either one changes the object,
255255
the other will see the same changes to the reference object.
256256

0 commit comments

Comments
 (0)