TypedTables.jl
TypedTables.jl copied to clipboard
Allow creating empty Table
julia> Table()
ERROR: UndefVarError: n not defined
Stacktrace:
[1] _ndims(#unused#::Type{Tuple{}})
@ TypedTables ~/.julia/packages/TypedTables/zfbS2/src/TypedTables.jl:26
This would be good - but zero-column tables aren’t supported yet. (We need to store a mutable copy of the indices somewhere for that).
A better error message would help in the meantime, though.