Multivariate time series
Hi, Is it possible to use it for multivariate time series dataset??
Are you more interested in:
- Multiple labels for the same data channel?
- The same label kind, but with the ability to apply this label across different timestamp ranges for different channels in the same data set?
- A combination of the above where you can apply different labels to different channels?
My data is in format like Timestamp:: Value1:: Value2:: Value3:: till n values Like you are doing for one value, I would like to visualize the all the values in different columns of csv columns and label them altogether. I basically want to visualize all values and then want to decide labels. Is it possible?
Hi @vshali24 - we have added a new "multi-series labeling" capability. Download the sample CSV to see how it's formatted, then import that sample CSV to give it a whirl!
@daterdots great!!
I tested it out and it works! For my use cases, it doesn't matter if the sensor A, B, or C is labeled. It's all the same event. Not hard to clean up in post-processing. Just pivot and fillna(axis=1).
@reesehopkins nice! I am glad that works for you 👍