Advertisements
Advertisements
Question
Which command is correct to display the total number of all ITEMS in the STOCK data frame?
Options
print(Stock["ID"].count())
print( count[Stock.ID])
print(ID['Stock'].count())
print(count["ID"].Stock())
MCQ
Advertisements
Solution
print(Stock["ID"].count())
shaalaa.com
Other DataFrame Operations
Is there an error in this question or solution?
