A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
These functions use the pandas.read_csv() method to output a pandas data frame to a StringIO object, then parse that object into the list-of-lists data format used by BayesDB. It assumes a header row in the input data frame.
These functions use the pandas.read_csv() method to output a pandas data frame to a StringIO object, then parse that object into the list-of-lists data format used by BayesDB. It assumes a header row in the input data frame.