Size-Mutable Data Structure
(Redirected from size-mutable data structure)
Jump to navigation
Jump to search
A Size-Mutable Data Structure is a data structure that is mutable.
References
2013
- http://pandas.pydata.org/pandas-docs/dev/generated/pandas.DataFrame.html
- Two-dimensional size-mutable, potentially heterogeneous tabular data structure with 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.