First I have dataframe as below.
| date | time | name | type | count |
|---|---|---|---|---|
| C:\Users\xxx\EK000059.AVI | 01:00-01:59 | \01\EK000059.AVI | Cat | 1 |
| C:\Users\xxx\EK000264.AVI | 05:00-05:59 | \05\EK000264.AVI | Cat | 1 |
| C:\Users\xxx\EK000495.AVI | 07:00-07:59 | \07\EK000495.AVI | Cat | 2 |
| C:\Users\xxx\EK000650.AVI | 07:00-07:59 | \07\EK000650.AVI | Dog | 1 |
I'd like to convert 'date' column to modification time (getmtime) of video files.
for example : date column from C:\Users\xxx\EK000650.AVI to 2022/05/31 and another column same as original condition.
Please recommend and supporting me. Thank you very much.