p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
pandas
Exercise: Get summary statistics
Exercise: Get summary statistics
Calculate the mean, standard deviation, minimum, and maximum values of the
'Revenue (USD)'
column.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output