p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
Marathon Data
Drop Multiple Columns
Drop Multiple Columns
Sometimes you need to remove more than one column at once. Drop both
city
and
dnf
from the marathon results in a single call.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output