Closed jnwang closed 2 years ago
Describe the bug I loaded a table from sqlite using connector into a dataframe. When calling create_report on this dataframe, it reported an error (see below).
Dataset: https://github.com/MIT-LCP/mimic-workshop/blob/master/data/mimicdata.sqlite
import dataprep.connector as cx from dataprep.eda import plot, create_report sqlite_url = “sqlite:///Users/mimicdata.sqlite” query = “SELECT * FROM ADMISSIONS” df = cx.read_sql(sqlite_url, query) create_report(df)
Desktop (please complete the following information):
Describe the bug I loaded a table from sqlite using connector into a dataframe. When calling create_report on this dataframe, it reported an error (see below).
Dataset: https://github.com/MIT-LCP/mimic-workshop/blob/master/data/mimicdata.sqlite
Desktop (please complete the following information):