Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pair iterator sink to TimeSeries #27

Open
davidanthoff opened this issue Apr 26, 2017 · 0 comments
Open

Add Pair iterator sink to TimeSeries #27

davidanthoff opened this issue Apr 26, 2017 · 0 comments
Milestone

Comments

@davidanthoff
Copy link
Member

davidanthoff commented Apr 26, 2017

The TimeArray sink should accept iterator of Pairs of NamedTuples, and then use the key as the time index and the columns from the value as data columns. This would enable e.g. this query:

@from i in df begin
@select i.a => {i.b, i.c}
@collect TimeArray
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant