Skip to content

Commit

Permalink
Update 04-transforming-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marijane authored May 24, 2024
1 parent 702a5d7 commit fed8b40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions episodes/04-transforming-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ Try to change the name of the `scientificName 2` column to `species`. What probl

Edit the name of the `species` column to `species_abbreviation`. Then, rename `scientificName 2` to `species`.

::::::::::::::::::::::::::::::::::::::: challenge

## Practice splitting columns

Let's try splitting a column on a different character.

::::::::::::::::::::::::::::::::::::::: challenge

## Exercise

Look at the data in the column `coordinates` and split these values to obtain latitude and longitude. Make sure that the option for `Guess cell type` is checked and that `Remove this column` is not. Rename the new columns.
Expand Down

0 comments on commit fed8b40

Please sign in to comment.