-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
I would like to know if this format is compatible with the crossfilter:
{"timestamp": ["2013-11-01 00:00:00", "2013-11-01 01:00:00", "2013-11-01 02:00:00", *...], "V1": [24, 24.7, 24.2, *... ], "V2": [511.32, 509.7, 507.3, ...], "V3": [26.1, 26.1, 26.2, *... ]}
*... -> it continues (larger data)
If I send my data in this way I'm able to send more values in compact way instead to use:
{{"timestamp": "2013-06-01,'V1': 25.5, 'V2': 52.6 }, {"timestamp": "2013-06-02,'V1': 25.5, 'V2': 52.6 }} , etc
Could you suggest me something about? (by he way in the first format, the data is order by time)
Thanks,
Roberto
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels