datasig-ac-uk/nlpsig

Make PrepareData keep the same index ordering as the original dataframe

Closed this issue · 1 comments

Currently in PrepareData, if the data passed in has datetime as a column, it will sort the dataframe by id_column and datetime - this is so that we can make the timeline_index column properly - but we should re-sort this dataframe afterwards for consistency with the original dataframe.

Solved by hot-fix in commits: