Transform Column
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant feedback.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
A monitoring export hands you a column of numeric readings. Return a new column holding each reading squared, positioned the same as the reading it came from.
Summary
Same data, new shape.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and checks it automatically.