timeatlas.time_series_dataset.TimeSeriesDataset.to_array¶
-
TimeSeriesDataset.
to_array
() → numpy.ndarray¶ - TimeSeriesData to NumpyArray [n x len(tsd)], where n is number of
TimeSeries in dataset
# TODO Should output a warning if the ts have different length (issue 56)
- Returns
numpy.array of shape (n x len(tsd))