...

/

Challenge: Summing and Swapping

Challenge: Summing and Swapping

In this challenge, pandas is used to sum the minimum and maximum values of the rows and columns of a DataFrame, which are then swapped.

We'll cover the following...

Problem statement

We have to implement the function Sum_Swap(df) ...