index | dates |
---|---|
0 | 2021-05-01 |
1 | 2021-06-01 |
I want to modify into
index | dates |
---|---|
0 | 05-01 |
1 | 06-01 |
Source: Python-3x Questions
index | dates |
---|---|
0 | 2021-05-01 |
1 | 2021-06-01 |
I want to modify into
index | dates |
---|---|
0 | 05-01 |
1 | 06-01 |
Source: Python-3x Questions