You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook throws similar errors in different cells:
DtypeWarning: Columns (4,5,7,11) have mixed types.Specify dtype option on import or set low_memory=False.
if (await self.run_code(code, result, async_=asy)):
The notebook throws similar errors in different cells:
Why it is bad: https://stackoverflow.com/questions/24251219/pandas-read-csv-low-memory-and-dtype-options
All dtypes listed in the official MIMIC-III documentation, e.g.: https://mimic.physionet.org/mimictables/admissions/
The text was updated successfully, but these errors were encountered: