Skip to content

Commit 43ad39e

Browse files
committed
post-TR1 Update attempt 3
1 parent 914ac7d commit 43ad39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-drop-null-values-in-pandas/exercise_solutions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# 4. Display the exams sat by at least five students.
2020

21-
grades.dropna(axis=0, thresh=6) # Remember there are seven columns.
21+
grades.dropna(axis=0, thresh=6) # Remember there are seven columns.
2222

2323
# 5. Who else was in in every exam that both S2 and S4 sat?
2424

0 commit comments

Comments
 (0)