I have got a dataframe
df = pd.DataFrame({\'col1\': [1, 7], \'col2\': [0.5, 0.75], \'col3\': [0.5, 0.71]}