MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following command can be used to append new column “Chemistry” with values 91 and 90 in df ____ grades?
A
df ____ grades["Chemistry"] = [92, 90 ]
B
df ____ grades.add=["Chemistry", 92, 92]
C
df ____ grades = “Chemistry", 90, 92
D
df ____ grades.index = “Chemistry", 92, 92
Explanation: 
There is 1 question to complete.