Series Quick Start
Series contains the series name and the internal vector representation using the wasml/linalg repository.
- SeriesI32: Used to represent a Series of integers. The underlying type used is a 32-bit integer. It supports math operations but doesn't support complex statistical operations.
- SeriesF64: Used to represent a Series of floats. The underlying type used is a 64-bit floating point number. It supports math and statistical operations.
- SeriesSTR: Used to represent a Series of strings.
Limited Type Support
Other types not supported yet, will be implemented in the future.