Google News
logo
Pandas - Interview Questions
Enlist different types of Data Structures available in Pandas?
Different types of data structures available in Pandas are,
 
Series : It is immutable in size and homogeneous one-dimensional array data structure.

DataFrame : It is a tabular data structure which comprises of rows and columns. Here, data and size are mutable.

Panel : It is a three-dimensional data structure to store the data heterogeneously.
Advertisement