You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
TimeArray
sink should accept iterator ofPair
s ofNamedTuple
s, 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:The text was updated successfully, but these errors were encountered: