Skip to content

Commit 211c3fe

Browse files
authored
Following @tajuakins suggestion and adding an instructor note. the image below captures the effect of step 4 (in the ordered list of the lesson instructions), but I can also see the confusion because the Undo item is 2. in the image's list. datacarpentry#320
1 parent 0959fa8 commit 211c3fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

episodes/04-transforming-data.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Both new columns will appear with green text, indicating they are numeric. The o
6161
It is common while exploring and cleaning a dataset to make a mistake or decide to change the order of the process you wish to conduct. OpenRefine provides `Undo` and `Redo` operations to roll back your changes.
6262

6363
1. Click `Undo / Redo` in the left side of the screen. All the changes you have made will appear in the left-hand panel.
64-
The current stage in the data processing is highlighted in blue (i.e. step 4. in the screenshot below). As you click
64+
The current stage in the data processing is highlighted in blue (i.e. in the screenshot below). As you click
6565
on the different stages in the process, the step identified in blue will change and, far more importantly, the data
6666
will revert to that stage in the processing.
6767

@@ -74,6 +74,10 @@ It is common while exploring and cleaning a dataset to make a mistake or decide
7474

7575
4. Let's leave the dataset in the state before `scientificNames` was split.
7676

77+
:::::::::::::::::::::::::::::::: instructor note
78+
The image captures the effect of step 4 (in the ordered list of the lesson instructions), but you can also see that the Undo item is "2." in the image's list.
79+
::::::::::::::::::::::::::::::::
80+
7781
## Trimming leading and trailing whitespace
7882

7983
Words with spaces at the beginning or end are particularly hard for humans to identify from strings without these spaces (as we have seen with the `scientificName` column). However, blank spaces can make a big difference to computers, so we usually want to remove them.

0 commit comments

Comments
 (0)