KeyError in a get_group in python pandas
I am trying to create a count of patients that are present in a particular ward on the same time (eg 10:00am each day) of each day for a period of time. I’m trying to also include whether that patient was an emergency or elective patient. The data set contains the patients date and time … Read more