Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

DataSet.drop_duplicates(keep=first/last): sort index by defined column #1245

Closed nitsrek closed 5 years ago

nitsrek commented 5 years ago

This is requested to sort the data by endtime before doing the cleaning

nitsrek commented 5 years ago

done and merged