UBC-MDS / HAM_Python

Explore & Impute Missing Data in Python
MIT License
4 stars 4 forks source link

Add todf() to ham.py script #20

Closed jdubchak closed 6 years ago

jdubchak commented 6 years ago

Added utility function to be called by each ham.py function to check if the inputted data object is a data frame or a matrix (if neither, raises a ValueError). If its a matrix it converts the object to a data frame.