tom-metherell / Mice.jl

a package for missing data handling via multiple imputation by chained equations in Julia. It is heavily based on the R package {mice} by Stef van Buuren, Karin Groothuis-Oudshoorn and collaborators.

Home Page:https://tom-metherell.github.io/Mice.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove DataFrames.jl dependency and implement the Tables.jl interface

juliohm opened this issue · comments

Thanks for this package! Would it be possible to remove DataFrames.jl and support any Tables.jl table instead?

I am asking it because then it would be much easier to integrate this package with other existing transforms for tables.

Will do it ASAP :D

Also, consider slimming down the plot deps and other deps that are not necessarily part of the core implementation. You can always use package extensions for additional functionality, or let other people write the extensions in other packages as well. :)

That much is already done :)