#Python, pandas #To export a pandas dataframe into Excel df.to_excel(r'Path where you want to store the exported excel fileFile Name.xlsx', index = False)