Point out the wrong statement.
A. Series is 1D labeled homogeneously-typed array
B. DataFrame is general 2D labeled, size-mutable tabular structure with potentially heterogeneously-typed columns
C. Panel is generally 2D labeled, also size-mutable array
D. None of the mentioned
Answer: Option C
What library in Python is commonly used for data manipulation and analysis?
A. Pandas
B. Matplotlib
C. Numpy
D. Scikit-learn
In Python, which module provides functions for working with dates and times?
A. random
B. math
C. numpy
D. datetime
What is the primary data structure in Pandas used for storing and working with tabular data?
A. Series
B. Array
C. DataFrame
D. Dictionary
Which Python library is widely used for creating data visualizations and plots?
A. Numpy
B. Matplotlib
C. Scikit-learn
D. None of the above

Join The Discussion