In terms of IDE, exporting to XLS/CSV and opening in Excel seems to be the only way.
In terms of code, however, it's possible to write a function or a helper script that would export your dataframes directly to XLS, and even open them in Excel after that.
In terms of code, however, it's possible to write a function or a helper script that would export your dataframes directly to XLS, and even open them in Excel after that.
For example, see https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_excel.html