rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
281 stars 41 forks source link

Improve `show` for `LookupArray` #402

Closed rafaqz closed 2 years ago

rafaqz commented 2 years ago

As discussed on slack with @lazarusa LookupArray show output doesn't look great, and further, it doesn't look like an Array. We should fix that. The non-compact version should basically look like an array with extra metadata above, as a DimArray does.