MCQ 11 MarkWhich function is used to rename the existing column?✓renameBdropCpivotD appendAnswerCorrect option: A. renameView full question & answer→
MCQ 21 MarkWhich function is used to access the vertical subset of the data frame:✓Iteritems()BIterrows()CItertuple()DDf.columnAnswerCorrect option: A. Iteritems()AView full question & answer→
MCQ 31 MarkWhich attribute is used to drop the room having missing data in pivotable methodAdropnullBdrop✓dropnaDdropallAnswerCorrect option: C. dropnaView full question & answer→
MCQ 41 MarkIdentify the correct statement:AThe standard marker for missing data in Pandas is $\text{NaN}$BSeries act in a way similar to that of an array✓Both $(a)$ and $(b)$DNone of the aboveAnswerCorrect option: C. Both $(a)$ and $(b)$View full question & answer→
MCQ 51 MarkChoose the statistics function:AAppend()BRename()✓Count()DPivot()AnswerCorrect option: C. Count()CView full question & answer→
MCQ 61 MarkWhich function is used on Data cleaning?✓ Isnull()BSort_values()CPivot()DAll the aboveAnswerCorrect option: A. Isnull()AView full question & answer→