Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Conversation

@marymlucas
Copy link

Descriptive analysis of patients who died during the stay in ICU had a small error and was outputting the wrong stats.
Changed
df['LOS'].loc[df['DECEASED'] == 0].describe()
to
df['LOS'].loc[df['DECEASED'] == 1].describe()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant