Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/04-transforming-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Both new columns will appear with green text, indicating they are numeric. The o
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.

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

Expand Down
Loading