🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Pivoting/grouping multiple attributes after time-series feature extraction

User: "el_Rapha"
New Altair Community Member
Updated by Jocelyn
Hello,
I extracted features of multiple time series batches (IDx) with multiple signal columns (signalx) using the extract aggregates block on these multiple signals.
I receive data in the form of:
ID1 - "signal1" - feat1 - feat2 - ...
ID1 - "signal2" - feat1 - feat2 - ...
ID2 - "signal1" - feat1 - feat2 - ...
ID2 - "signal2" - feat1 - feat2 - ...
...

How can I perform a pivoting/grouping-like operation (with multiple attributes) that gives me somthing like this:
ID1 - signal1_feat1 - signal1_feat2 - signal2_feat1 - signal2_feat2 - ...
ID2 - signal1_feat1 - signal1_feat2 - signal2_feat1 - signal2_feat2 - ...
...

Thanks for your help!
Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    there is a setting in the operator called "add time series name". If you check it you get the format you ask for.

    Best,
    Martin