Advertisements
Advertisements
प्रश्न
Which command is correct to display the total number of all ITEMS in the STOCK data frame?
पर्याय
print(Stock["ID"].count())
print( count[Stock.ID])
print(ID['Stock'].count())
print(count["ID"].Stock())
MCQ
Advertisements
उत्तर
print(Stock["ID"].count())
shaalaa.com
Other DataFrame Operations
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
