A hard Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- hard
Problem
Given a list of record dicts, return a dict per column name with 'null_count' and 'non_null_count'. Consider a value null when it is Python None.
Summary
The data is not as clean as it looks.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.