I have the following code:
new_path = "testing.xlsx" with pd.ExcelWriter( new_path, mode = \'a\' ) as writer: notes_df.to_excel(