table icon indicating copy to clipboard operation
table copied to clipboard

Unified access to tabular data

Results 2 table issues
Sort by recently updated
recently updated
newest added

See https://github.com/livebook-dev/kino_vega_lite/issues/14.

I have a list of structs representing row-major tabular data that I want to satisfy the Table protocol so that I can pass them to [Explorer.DataFrame.new()](https://hexdocs.pm/explorer/Explorer.DataFrame.html#new/2). This is _almost_ automatically...