esoreq / dcarte

Dcarte code
https://esoreq.github.io/dcarte/
9 stars 9 forks source link

Physiology_Dailies, PROFILE - start_time and start_date different #18

Closed cw332 closed 1 year ago

cw332 commented 1 year ago

There are two different dates - start_date repeats but start_time is different for each row - values are the same according to start_date

mcrookrumsey commented 1 year ago

I have found the same issue.

Version: '0.4.12'

phys_dailies = dcarte.load('physiology_dailies','profile', reload=True) phys_dailies = phys_dailies.reset_index()

phys_dailies[(phys_dailies['start_date']=="2022-11-18 12:00:00") & (phys_dailies_['patient_id']=='id')]

image

esoreq commented 1 year ago

This is now solved in Version: '0.4.14'