what does this exactly mean? or what does it do? a is a column in the dataframe b is another column in the dataframe both have numbers in each row
df['a'] = df[['a', 'b']].min(axis=1)
I tried doing the research online but dont seem to find an answer