Given a dataframe of numeric values...
import pandas as pd import numpy as np df = pd.DataFrame(np.random.random((7,5))
...how can one produ