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
- extract_subjects.py fails with integer overflow error from pandas, while computing patient age at admission (add_age_to_icustays)
- reason seems to be nanosecond resolution added in pandas 0.23.0 - this prevents pandas from being able to handle Timedelta greater than 106,751 days,
which is exceeded by patients > 89 years of age, since MIMIC-III sets their DOB as 300 years before date of admission