I'm doing some python code in Jupyter. When I import my spreadsheet using Pandas, the date column automatically appears in yyyy/mm/dd format and I would like it to be in dd/mm/yyyy (that is the brazilian standart) as it is in my original spreadsheet because when I insert that column into a variable , it comes with this information + 00:00:00.
As I'm creating for automation in sending messages via Whatsapp, I won't be able to change line by line before sending the message.