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.
https://tom-metherell.github.io/Mice.jl/
GNU General Public License v2.0
12 stars 2 forks source link

Compatibility with `Tables.jl` #4

Closed tom-metherell closed 11 months ago

tom-metherell commented 11 months ago

Per this discussion, it would be good to allow use of Tables.jl as well as DataFrames.jl.

tom-metherell commented 11 months ago

Closing this issue as it's a duplicate of #11