Creates a dataframe with three columns named: name of student, age and marks. Then display the output in df variable. Now, write the code to change the name of second column from age to AGE. Then display final result in result variable.
Creates a dataframe with three columns named: name of student, age and marks. Then display the output in df variable. …
Share
1 Answer