Skip to content

Commit 0dabf49

Browse files
Update _extras/guide.md
Co-Authored-By: NPalopoli <[email protected]>
1 parent 9412870 commit 0dabf49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_extras/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Pandas cannot convert types from float to int if the column contains NaN values.
251251

252252
### Challenge - Counting
253253

254-
* Count the number of missing values per column. Hint: The method .count() gives you the number of non-NA observations per column. Try looking to the .isnull() method.
254+
* Count the number of missing values per column. Hint: The method `.count()` gives you the number of non-NA observations per column. Try looking to the `.isnull()` method.
255255

256256
~~~
257257
surveys_df.isnull()

0 commit comments

Comments
 (0)