I have a Dataframe
data = {\'Val1\':[1,2,3,4], \'Date\':[\'2020-01-10\',\'2020-01-11\',\'2020-01-13\',\'2020-01-14\']} df = pd.DataFrame(data)