Column-wise Sum

Compute the sum of each column of the 2D array data. Use the axis parameter.
Python
Setting up Python environment...
Output