> Two-dimensional, size-mutable, potentially heterogeneous tabular data.
> Data structure also contains labeled axes (rows and columns). Arithmetic operations align on both row and column labels. Can be thought of as a dict-like container for Series objects. The primary pandas data structure.
> Two-dimensional, size-mutable, potentially heterogeneous tabular data.
> Data structure also contains labeled axes (rows and columns). Arithmetic operations align on both row and column labels. Can be thought of as a dict-like container for Series objects. The primary pandas data structure.