Preprocessing
Functions¶
stable_sort(base)
¶
Sort the DataFrame by ID_PATIENT then by TIMESTAMP using mergesort
Source code in opentak/utils_events/preprocessing.py
4 5 6 7 8 9 |
|