Provide a polars helper to dump the entire datastore as a flat, denormalized dataframe, e.g.:
| entity |
time |
comp1 |
comp2 |
comp3 |
... |
"this/that" |
#43 |
[Inst(0), Inst(1)] |
[Color::RED, Color::GREEN] |
null |
|
"this/that" |
#43 |
[Inst(0), Inst(1)] |
null |
[Radius(12.0), Radius(42.0) |
|
This will be immensely useful for exploration, debugging and writing simpler/better documentations, user-guides and query walkthroughs.
Provide a polars helper to dump the entire datastore as a flat, denormalized dataframe, e.g.:
"this/that"#43[Inst(0), Inst(1)][Color::RED, Color::GREEN]null"this/that"#43[Inst(0), Inst(1)]null[Radius(12.0), Radius(42.0)This will be immensely useful for exploration, debugging and writing simpler/better documentations, user-guides and query walkthroughs.