File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ dtype('float64')
259259~~~
260260{: .output}
261261
262- > ## Challenge - Changing Types
262+ > ## Changing Types
263263>
264264> Try converting the column ` plot_id ` to floats using
265265>
@@ -364,9 +364,13 @@ Python gives us all of the tools that we need to account for these issues. We
364364just need to be cautious about how the decisions that we make impact scientific
365365results.
366366
367- > ## Challenge - Counting
368- > Count the number of missing values per column. Hint: The method .count() gives you
369- > the number of non-NA observations per column. Try looking to the .isnull() method.
367+ > ## Counting
368+ > Count the number of missing values per column.
369+ >
370+ > > ## Hint
371+ > > The method `.count()` gives you the number of non-NA observations per column.
372+ > > Try looking to the `.isnull()` method.
373+ > {: .solution}
370374{: .challenge}
371375
372376## Writing Out Data to CSV
You can’t perform that action at this time.
0 commit comments