Description
Labeled one-dimensional arrays.
Description
This package implements Series, labeled one-dimensional arrays combining properties from maps and arrays.
To get started, the important modules are:
Data.SeriesBoxed series of arbitrary types.
Data.Series.UnboxedSeries of unboxed data types for better performance, at the cost of flexibility.
Data.Series.GenericGeneric interface to manipulate any type of
Series.Data.Series.IndexIndex containing series keys.
To get started, please take a look at the tutorial (Data.Series.Tutorial).