We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914ac7d commit 43ad39eCopy full SHA for 43ad39e
1 file changed
how-to-drop-null-values-in-pandas/exercise_solutions.py
@@ -18,7 +18,7 @@
18
19
# 4. Display the exams sat by at least five students.
20
21
-grades.dropna(axis=0, thresh=6) # Remember there are seven columns.
+grades.dropna(axis=0, thresh=6) # Remember there are seven columns.
22
23
# 5. Who else was in in every exam that both S2 and S4 sat?
24
0 commit comments