From b7eb59a5e69c88e2b49d918afa65a2ad43e82d16 Mon Sep 17 00:00:00 2001 From: marijane white Date: Thu, 21 Sep 2023 13:02:39 -0700 Subject: [PATCH] Fix column renaming exercise The sentence "Edit the name of the `species` column to `species_abbreviation`. Then, rename `scientificName 2` to `species`." seems like it should be step five in the exercise instead of following the exercise as it currently does -- it's giving away the answer! --- episodes/04-transforming-data.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/episodes/04-transforming-data.md b/episodes/04-transforming-data.md index df20a532..8fde9953 100644 --- a/episodes/04-transforming-data.md +++ b/episodes/04-transforming-data.md @@ -123,14 +123,13 @@ Try to change the name of the `scientificName 2` column to `species`. What probl 2. Type "species" into the box that appears. 3. A pop-up will appear that says `Another column already named species`. This is because there is another column with the same name where we've recorded the species abbreviation. 4. You can use another name for the `scientificName 2` or change the name of the `species` column and then rename the `scientificName 2` column. - - +5. Edit the name of the `species` column to `species_abbreviation`. Then, rename `scientificName 2` to `species`. + ::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: -Edit the name of the `species` column to `species_abbreviation`. Then, rename `scientificName 2` to `species`. ## Combining columns to create new ones