I have DataFrame like below:
rng = pd.date_range(\'2020-12-01\', periods=5, freq=\'D\') df = pd.DataFrame({"ID" : [1, 2, 2, 1, 3],