Quiz

Check your understanding of the different techniques used for reshaping and manipulating data.

We'll cover the following...

Reshaping and manipulating data

1.

If we want to perform a groupby() operation along the column axis, what value should we pass into the axis parameter?

A.

axis=0

B.

axis=1

C.

axis=2

D.

axis=-1


1 / 5
...