Skip to content

Commit a3af424

Browse files
authored
Use plural and line breaks in Types challenge
1 parent 7b2f76e commit a3af424

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_extras/guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ stack_selection.columns = stack_selection.columns.droplevel()
245245

246246
### Challenge - Changing Types
247247

248-
* Try converting the column `plot_id` to floats using `surveys_df.plot_id.astype("float")`. Then, try converting the contents of the `weight` column to an integer type. What error message does Pandas give you? What does this error mean?
248+
* Try converting the column `plot_id` to floats using `surveys_df.plot_id.astype("float")`.
249+
Then, try converting the contents of the `weight` column to an integer type.
250+
What error messages does Pandas give you? What do these errors mean?
249251

250252
Pandas cannot convert types from float to int if the column contains NaN values.
251253

0 commit comments

Comments
 (0)