-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Discussion on the Haskell Discourse instance has brought up an application which cannot be executed using javelin
0.1.0.0:
In a huge storage I have time series of a thousand devices over a year, approximately in second resolution. I want to compute the temporal mean of the standard deviation over devices of the time series. There is no way to hold all these time series in memory at the same time, so I need some lazy streaming API.
Rust's dataframe library polars also has two interfaces, one strict and one lazy. We might inspire ourselves from this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request