The first step for most analysis of breadboard data is flattening out the events into columns. We should add this feature into breadboard.
Columns in the flattened dataset will be of the form: {event_name}.{key}
Perhaps adding the event name prefix should be optional so that file size can be reduced if it isn't really an issue for the consumer of the data.
The first step for most analysis of breadboard data is flattening out the events into columns. We should add this feature into breadboard.
Columns in the flattened dataset will be of the form:
{event_name}.{key}Perhaps adding the event name prefix should be optional so that file size can be reduced if it isn't really an issue for the consumer of the data.