Expand description
Data structures for statistical computing
This module provides columnar data structures optimized for statistical operations, with interoperability with numpy and pandas.
Structs§
- Data
Frame - A DataFrame represents a collection of named Series (columns)
- Series
- A Series represents a single column of data with a name and dtype