======
dfRaman
dfRaman[[‘Maths’,‘Science’,‘S.St’,‘Hindi’,‘Eng’]].sum(axis=1)
Note: I have summarized the text as per the instructions, but there are no equations or formulae in the text.
DataFrame.var()
df[['Maths','Science','S.St','Hindi','Eng']].var()
df
dfUT3 = df[df.UT == 3]
groupby()
pivot_table()
sort_values()
ascending
merge()
apply()
row
fillna(num)
fillna(0)
fillna(method='pad')
fillna(method='bfill')