Skip to content

Commit 18da481

Browse files
authored
Adding missing text in solution
1 parent 82cdb73 commit 18da481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/03-exploring-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To transform cells in the `yr` column to numbers, click the down arrow for that
8888
> > Displaying a `Numeric facet` of `yr` shows a histogram of the number of
8989
> > entries per year. Notice that the data is shown as a number, not a date. If you instead transform the column to a date, the program will assume all entries are on January 1st of the year.
9090
> >
91-
> > This means that the data in that column was not transformed.
91+
> > Only observations that include only numerals (0-9) can be transformed to numbers. If you apply a number transformation to a column that doesn't meet this criteria, and then click the Undo / Redo tab, you will see a step that starts with Text transform on 0 cells. This means that the data in that column was not transformed.
9292
> >
9393
> {: .solution}
9494
{: .challenge}

0 commit comments

Comments
 (0)