How do I change this:
Date | URL | Description | Category |
---|---|---|---|
2022-06-17 14:24:52 | /XYBkLO | public | A |
2022-06-17 14:24:52 | /XYBkLO | public | B |
2022-06-17 14:24:52 | /XYBkLO | public | C |
2022-06-17 14:25:05 | /ZWrTVu | public | A |
2022-06-17 14:25:05 | /ZWrTVu | public | B |
2022-06-17 14:25:05 | /ZWrTVu | public | C |
To this:
Date | URL | Description | Category | Date | URL | Description | Category | Date | URL | Description | Category |
---|---|---|---|---|---|---|---|---|---|---|---|
2022-06-17 14:24:52 | /XYBkLO | public | A | 2022-06-17 14:24:52 | /XYBkLO | public | B | 2022-06-17 14:24:52 | /XYBkLO | public | C |
2022-06-17 14:25:05 | /ZWrTVu | public | A | 2022-06-17 14:25:05 | /ZWrTVu | public | B | 2022-06-17 14:25:05 | /ZWrTVu | public | C |
I would like to keep everything with the same URL on one row, but I don't know how I could implement this using pandas. Is there perhaps another way or another library I should use? Could really use some help