We should accept any Tables
-compatible table as input, instead of only accepting DataFrame
s
#24
Milestone
Tables
-compatible table as input, instead of only accepting DataFrame
s
#24
Tables
refers to the Tables.jl package.We should accept any
Tables
-compatible table as input, instead of only acceptingDataFrame
s.If the input is already a
DataFrame
, there's nothing extra we need to do. If the input is not aDataFrame
, check if it is aTables
-compatible table. If it isn't aTables
-compatible table, throw an error. If it is aTables
-compatible table, convert it to aDataFrame
.Here is some example code.
The text was updated successfully, but these errors were encountered: