nalimilan / FreqTables.jl

Frequency tables in Julia
Other
90 stars 19 forks source link

drop DataFrames dependency? #33

Closed piever closed 5 years ago

piever commented 5 years ago

By quickly looking at the code, it seems that depending on DataFrames is unnecessary now that Tables interface exists. Could the package depend on Tables instead and support all tables?

Happy to make a PR if there is agreement on this!

nalimilan commented 5 years ago

Yes, that would be nice.