p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
Marathon Data
Count Duplicate Rows
Count Duplicate Rows
Before removing duplicates from the marathon results, find out how many there are. Count the duplicate rows.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output