p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy II
Column-wise Sum
Column-wise Sum
Compute the sum of each column of the 2D array
data
. Use the
axis
parameter.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output