Computer Science, asked by realnasra, 7 months ago

What is the definition of Pivoting in Python pandas?

Answers

Answered by alkaninu
0

Answer:

The pivot() function is used to reshaped a given DataFrame organized by given index / column values. This function does not support data aggregation, multiple values will result in a MultiIndex in the columns.

Hope it helps you.....

Plz mark me the brainliest

Answered by FazeelKarkhi
0

Answer:

Pandas DataFrame: pivot() function

The pivot() function is used to reshaped a given DataFrame organized by given index / column values. This function does not support data aggregation, multiple values will result in a MultiIndex in the columns.

Plz Mark As Brainliest❤

Similar questions