NumPy - Aggregation Functions
What does setting
axis=0 do when aggregating a 2D NumPy array?axis=0 do when aggregating a 2D NumPy array?axis=0 means aggregation happens down the rows, combining values in each column.axis=0 summarizes each column separately.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions