Pandas converting row with unix timestamp (in milliseconds) to datetime
I need to process a huge amount of CSV files where the time stamp is always a string representing the unix timestamp in milliseconds. I could not find a method yet to modify these columns efficiently.