I have a dataset on pandas with dates like this:
2/3/2020 19/3/2020
And I want to have the dates like this:
3/2/2020 3/19/2020
The dataset