Loading...

Normalize Name

A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.

Domain
Python
Difficulty
easy

Problem

Name fields arriving from external sources need to be normalized to title case before loading into the dimension table. Capitalize the first letter of each word and lowercase the rest.

Practice This Problem

Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.