Google News
logo
Pandas - Quiz(MCQ)
A)
Panel Data
B)
Panel Dashboard
C)
Panel Data analyst
D)
Panel Data Analysis

Correct Answer : Option (A) :   Panel Data


Explanation : pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. The name is derived from the term "Panel Data", an econometrics term for data sets that include observations over multiple time periods for the same individuals. Its name is a play on the phrase "Python data analysis" itself.

A)
Brendan Eich
B)
Travis Oliphant
C)
Wes McKinney
D)
Guido van Rossum

Correct Answer : Option (C) :   Wes McKinney


Explanation : Pandas is a Python library for data analysis. Started by Wes McKinney in 2008 out of a need for a powerful and flexible quantitative analysis tool, pandas has grown into one of the most popular Python libraries.

A)
pandas.Series( data, index, dtype)
B)
pandas_Series( data, index, dtype)
C)
pandas_Series( data, index, dtype, copy)
D)
pandas.Series( data, index, dtype, copy)

Correct Answer : Option (D) :   pandas.Series( data, index, dtype, copy)

A)
pandas.DataFrame( data, index, dtype, copy)
B)
pandas.DataFrame( data, index, rows, dtype, copy)
C)
pandas_DataFrame( data, index, columns, dtype, copy)
D)
pandas.DataFrame( data, index, columns, dtype, copy)

Correct Answer : Option (D) :   pandas.DataFrame( data, index, columns, dtype, copy)

A)
Java
B)
Python
C)
jQuery
D)
Javascript

Correct Answer : Option (B) :   Python

A)
unique
B)
hashable
C)
Both (a) and (b)
D)
None of the above

Correct Answer : Option (C) :   Both A and B

A)
DataFrame
B)
KeyFrame
C)
Statistics
D)
Econometrics

Correct Answer : Option (A) :   DataFrame

A)
Labeled axes (rows and columns)
B)
Potentially columns are of different types
C)
Can Perform Arithmetic operations on rows and columns
D)
All of the above

Correct Answer : Option (D) :   All of the above

A)
DataFrame.from_dict
B)
DataFrame.from_items
C)
DataFrame.from_records
D)
None of the above

Correct Answer : Option (B) :   DataFrame.from_items

A)
Inpy
B)
OutPy
C)
freedapi
D)
pandaSDMX

Correct Answer : Option (C) :   freedapi