p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
Marathon Data
Remove Duplicate Rows
Remove Duplicate Rows
Five runners appear twice in the marathon results. Remove the duplicate rows so each runner has exactly one entry.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output