MCQ 11 MarkWhich of the following library is similar to Pandas?✓NumPyBRPyCOutPyDNone of the mentionedAnswerCorrect option: A. NumPyView full question & answer→
MCQ 21 MarkPoint out the wrong statement.ASeries is $1D$ labeled homogeneously$-$typed arrayBDataFrame is general $2D$ labeled, size$-$mutable tabular structure with potentially heterogeneouslytyped columns✓Panel is generally $2D$ labeled, also size$-$mutable arrayDNone of the mentionedAnswerCorrect option: C. Panel is generally $2D$ labeled, also size$-$mutable arrayView full question & answer→
MCQ 31 MarkWhich of the following object you get after reading $\text{CSV}$ file?✓DataFrameBCharacter VectorCPanelDAll of the mentionedAnswerCorrect option: A. DataFrameView full question & answer→
MCQ 41 MarkPoint out the correct statement.APandas consist of set of labeled array data structuresBPandas consist of an integrated group by engine for aggregating and transforming data setsCPandas consist of moving window statistics✓All of the mentionedAnswerCorrect option: D. All of the mentionedView full question & answer→
MCQ 51 MarkAll pandas data structures are $........$ mutable but not always $........$ mutable.Asize, valueB semantic, size✓value, sizeDnone of the mentionedAnswerCorrect option: C. value, sizeView full question & answer→
MCQ 61 MarkWhat we pass in DataFrame in pandas?A IntegerBString✓Pandas seriesDAll of the aboveAnswerCorrect option: C. Pandas seriesView full question & answer→
MCQ 71 MarkWe can analyse the data in pandas with:ASeriesBDataFrame✓Both of the aboveDNone of the aboveAnswerCorrect option: C. Both of the aboveView full question & answer→
MCQ 81 MarkChoose the write way to install the pandas library:Ainstall pandasBpandas install pythonCpython install pandas✓None of the aboveAnswerCorrect option: D. None of the aboveView full question & answer→
MCQ 91 MarkSeries in Pandas is $………$✓$1$ dimensional arrayB$2$ dimensional arrayC$3$ dimensional arrayDNone of the aboveAnswerCorrect option: A. $1$ dimensional arrayView full question & answer→
MCQ 101 MarkMinimum number of argument we require to pass in pandas series ?A$0$B$1$✓$2$D$3$AnswerCorrect option: C. $2$View full question & answer→
MCQ 111 MarkIn data science, which of the python library are more popular?A Numpy✓PandasCOpenCvDDjangoAnswerCorrect option: B. PandasView full question & answer→
MCQ 121 MarkPandas is used:ATo create a GUI programmingBTo create a database✓To create a High-level arrayDAll the aboveAnswerCorrect option: C. To create a High-level arrayView full question & answer→
MCQ 131 MarkDataFrame in pandas is $………. .$A$1$ dimensional array✓$2$ dimensional arrayC$3$ dimensional arrayDNone of the aboveAnswerCorrect option: B. $2$ dimensional arrayView full question & answer→
MCQ 141 MarkChoose the best way to import the pandas module in your program.Aimport pandasB import pandas as pCfrom pandas import *✓All the aboveAnswerCorrect option: D. All the aboveView full question & answer→
MCQ 151 MarkWhich of the following can be used to make a Dataframe?ASeriesBDataFrameCStructured ndarray✓All the aboveAnswerCorrect option: D. All the aboveView full question & answer→
MCQ 161 MarkWhich among the following options can be used to create a DataFrame in Pandas?AA scalar valueBAn ndarrayCA python dict✓All the aboveAnswerCorrect option: D. All the aboveView full question & answer→