probcomp / bdbcontrib

BayesDB contributions, including plotting, helper methods, and examples
http://probcomp.csail.mit.edu/bayesdb
Apache License 2.0
9 stars 6 forks source link

Fix #162. #164

Open curlette opened 8 years ago

curlette commented 8 years ago

Add a quick way to fix tables to comply with https://github.com/probcomp/bayeslite/commit/d1fbdacff5bb4d054c0c68cb013cda4b43aac261

curlette commented 8 years ago

Due to https://github.com/probcomp/bayeslite/issues/489 this doesn't really help with the issue of dealing with all-NaN columns when a population is created (as values may be nullified when the population is created, resulting in all-NaN columns that originally had a few values). This might still be a useful function though, so I'll leave the PR here.