From ffc1200a77acea9e513111b4fa0dd030aab04c88 Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Mon, 19 May 2025 10:32:05 -0500 Subject: [PATCH] Per #312, removing rename challenge Agree that either Murray's suggestion of moving the mention of "renaming" be moved down or simply removed as Cengel suggested because the steps are given several steps later. From Issue #312 . --- episodes/04-transforming-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-transforming-data.md b/episodes/04-transforming-data.md index 05ee7b00..488f94ca 100644 --- a/episodes/04-transforming-data.md +++ b/episodes/04-transforming-data.md @@ -40,7 +40,7 @@ clean leading and trailing white spaces from all data when importing the data in ## 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. +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. What type of data does OpenRefine assign to the new columns?