1 post
0
2
63
You can use the Pandas apply function. https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.apply.html Example: def convert_data(dt): # Formata a data aqui return new_dt…