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?
|
df ____ grades["Chemistry"] = [92, 90 ]
|
|
df ____ grades.add=["Chemistry", 92, 92]
|
|
df ____ grades = “Chemistry", 90, 92
|
|
df ____ grades.index = “Chemistry", 92, 92
|
Explanation:
There is 1 question to complete.