I am new to Pandas and python, I have a CSV file which contains a duration column ( Time ) when I read the file it's read-only as a string and I can't sum it:
agents['Avg Handle Time'][1:10]
Out[12]:
1 -
2 0:05:07
3 -
4 -
5 -
6 0:05:03
7 -
8 -
9 -
Name: Avg Handle Time, dtype: object