Data Cleaning

Spot Missing Values

① Learn

Real datasets often have blanks or missing entries. Pandas can detect them so you know what needs cleaning.

② Implement — write it, run it, submit
Goal

Use Pandas to make `missing_count` equal `1` for a score column with one missing value.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators