I'd like an option to use this without DataFrames.jl, using other Tables.jl table types like StructArrays.jl or Vector{NamedTuple} or NamedTuple{Vector}. For example, get_acs(StructArray, ...).
Then I wouldn't have to depend on or import DataFrames.jl and could directly use whatever table I want instead of needing to convert to it. DataFrames.jl could be supported in an extension package but wouldn't need to be a direct dependency of ACS.jl.
I'd like an option to use this without DataFrames.jl, using other Tables.jl table types like StructArrays.jl or
Vector{NamedTuple}orNamedTuple{Vector}. For example,get_acs(StructArray, ...).Then I wouldn't have to depend on or import DataFrames.jl and could directly use whatever table I want instead of needing to convert to it. DataFrames.jl could be supported in an extension package but wouldn't need to be a direct dependency of ACS.jl.