How do I save data frame results extracted from the jupyter notebook as an Excel file?

Asked 2 years ago, Updated 2 years ago, 61 views

Hello, as you can see below, I extracted some data from the excel file through Pandas, but what should I do to save it as an Excel file again? Here's a question. Thank you

python excel pandas

2022-09-22 18:53

1 Answers

There is a method called to_excel in DataFrame.

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_excel.html


2022-09-22 18:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.