DataAPI.jl
DataAPI.jl copied to clipboard
nrow and ncol for undefined values
When a table does not have nrow or ncol defined I we can add a description in their docstring what they should return. nothing seems a reasonable value.
Maybe missing would be the appropriate value, since there's a length but we don't know it? FWIW, Base.isdone does that.