InterviewSolution
Saved Bookmarks
| 1. |
2.Write a python code to create a dataframe with appropriate headingsfrom the list given below :['S101', 'Amy', 70], ['S102', 'Bandhi', 69],['S104', 'Cathy', 75], ['S105', 'Gundaho',82] |
| Answer» | |