Data structures available in Pandas  

  • Pandas provides the following three data structures

    • Series:

      • 1-Dim labeled homogeneous typed array

      • size-immutable

    • Data Frames:

      • 2-Dim labeled tabular structure with heterogeneous typed columns

      • size-mutable

    • Panels:

      • 3-Dim labeled

      • size-mutable