Google News
logo
Pandas - Quiz(MCQ)
PANDAS stands for _______
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.

Advertisement