I\'m guessing this is an easy fix, but I\'m running into an issue that it\'s taking nearly an hour to save a pandas dataframe to a csv file using the to_csv()
Adding my small insight since the 'gzip' alternative did not work for me - try using to_hdf method. This reduced the write time significantly!
(less than a second for a 100MB file - CSV option preformed this in between 30-55 seconds)