Trying to do some data analysis on some data but all downloaded data is in .tbl format and I would rather have it in .csv format. Is there a way to convert to .tbl to .csv through a python script.
Right now, I am uploading the files directly into excel which does the job but I need this process to be a bit quicker