Hi, upload a csv file
data =pd.read_csv("../temperaturas/2011/tmin/tmin2011-07/TodoJul2011.csv")
but I get it in the date column with the following format:
Date
1/7/2011
and I require it like this: Date
01/01/2011
¿Cómo cambio el formato o que puedo hacer?