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
Hello, I'm currently running through the notebook for predicting mortality / LOS, and got the following error when running the cell that calls pd.DataFrame.pivot_table:
For reference, this is what one of the dataframes looks like:
Could I get some help with this? What is the intended operation / output of this cell? Thanks 😄
The text was updated successfully, but these errors were encountered:
jamin-chen
changed the title
KeyError: 'subject_id" when calling pd.DataFrame.pivot_table in mortality / LOS baseline
KeyError: 'subject_id" when calling pd.DataFrame.pivot_table in mortality / LOS baseline
Feb 15, 2021
Hi, may I ask where did you find the h5 files for the third cell: DATA_FILEPATH = '/scratch/mmd/mimic_data/final/grouping_5/all_hourly_data.h5' RAW_DATA_FILEPATH = '/scratch/mmd/mimic_data/final/nogrouping_5/all_hourly_data.h5'
Hello, I'm currently running through the notebook for predicting mortality / LOS, and got the following error when running the cell that calls
pd.DataFrame.pivot_table
:For reference, this is what one of the dataframes looks like:
Could I get some help with this? What is the intended operation / output of this cell? Thanks 😄
The text was updated successfully, but these errors were encountered: