-1
good afternoon, I have a column of the pandas dataset for the month of September whose . head() is:
[in] :df_setembro.head()
[out]:
0 01/08/2018
1 02/08/2018
2 03/08/2018
3 04/08/2018
4 05/08/2018
would like to change the number of the month to the correct number 09 but whenever I try to make changes python points out that the column is of type Series for more that I have already switched to used the function to_datetime, someone knows how to help me?
A curiosity: if it refers to the month of September, where the value 8 appeared in the month?
– Woss
federal government data, I imagine some server gave Ctr+c and Ctr+v on CSV August and did not fix
– Rodrigo Ch