How to get data from Excel file Python

Asked 2 years ago, Updated 2 years ago, 12 views

I'm a beginner at Excel and Python I don't understand why you call the Excel file Python How do I organize the code to extract, store, and use only the desired row or column?

python

2022-09-21 16:17

2 Answers

Have you ever written notepad? What would you do if you extracted only the lines or letters of a specific txt file with a notepad?

And actually, whether it's Excel or Python, the position is not that different. After all, it's all hard work. All you have to do is get this Nogada to Python. For instructions, study


2022-09-21 16:17

Please try pandas read_excel and to_excel.


2022-09-21 16:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.