I recently helped my friend process their financial data with Python. We came across this issue with Windows 10 running Python 3.7 throwing errors when I was trying to save a pandas data frame to an Microsoft Excel format .xlsx file. So here is the Python code which runs perfectly on a Mac running Python… Continue reading Saving dataframe in Excel with Pandas