JuliaData / DataAPI.jl

A data-focused namespace for packages to share functions
Other
33 stars 13 forks source link

nrow and ncol for undefined values #45

Open bkamins opened 2 years ago

bkamins commented 2 years ago

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.

nalimilan commented 2 years ago

Maybe missing would be the appropriate value, since there's a length but we don't know it? FWIW, Base.isdone does that.