Www.mystudyzone.com

Write a small python code to delete a column namely “head1” from a dataframe df1. Ans: df = df1.pop(‘head1’) ... Write the code to find mean value from above dataframe df over the index and column axis. (Skip NaN value) (ii) Use sum() function to find the sum of all the values over the index axis. ... To rename column Qt1as Mark1in both ... ................
................