Google News
logo
Pandas - Quiz(MCQ)
"Rama" wants to access 'Author' column from 'Book’ dataframe. Suggest him to correct statement
A)
print(Book.Author)
B)
print(Book[‘Author’])
C)
Both are True
D)
Both are False

Correct Answer :   Both are true

Advertisement