kearnz / autoimpute

Python package for Imputation Methods
MIT License
241 stars 19 forks source link

pandas Series support #1

Closed kearnz closed 5 years ago

kearnz commented 5 years ago

Tuples, lists, numpy arrays (and their sublasses), and DataFrames are supported, but Series are not. Series have some tricky issues in converting to numpy arrays, but they should be integrated given that DataFrames implicitly rely on Series as their columns

kearnz commented 5 years ago

no longer relevant at this point, given support for dataframes only