UBC-MDS / HAM_Python

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

Missing value tokens #8

Open vmasrani opened 6 years ago

vmasrani commented 6 years ago

Some data may use 0 for missing values, or None, or np.NaN, or np.inf. Be sure to handle all these cases or allow the user to specify which token is used for missing values.