nalimilan / FreqTables.jl

Frequency tables in Julia
Other
88 stars 19 forks source link

Remove use of Tables.istable #40

Closed quinnj closed 5 years ago

quinnj commented 5 years ago

@nalimilan, this would allow additional types where we don't know even at runtime if they're a valid "table" or not. Tables.columns itself will throw an error if the input is indeed not a table.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.754% when pulling cbad4c28893f4361498b6fc05677db94dfa93041 on quinnj:patch-1 into 298a6557e8a4b7a08306c806229a907410ee3d8d on nalimilan:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.754% when pulling cbad4c28893f4361498b6fc05677db94dfa93041 on quinnj:patch-1 into 298a6557e8a4b7a08306c806229a907410ee3d8d on nalimilan:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.754% when pulling cbad4c28893f4361498b6fc05677db94dfa93041 on quinnj:patch-1 into 298a6557e8a4b7a08306c806229a907410ee3d8d on nalimilan:master.

nalimilan commented 5 years ago

Thanks!