I have DataFrame like below:
df = pd.DataFrame({"data" : ["25.01.2020", and many more other dates...]}) df["data"] = pd.to_datetime(