Combining Excel and Python using Pandas - Combining Excel and Python

preview_player
Показать описание
Combining Excel and Python using Pandas

Part of the lecture series "Combining Excel and Python":

Full Course Website:

Notes
--------

- If you have a Python model and you just want to load some data in from Excel, Pandas is probably your best choice
- If you have an Excel model and you collect the data using Python, this is also a good choice
- If you want to have some parts of your model in Excel and some parts in Python, you should probably look to xlwings
- BE CAREFUL WHEN WRITING TO WORKBOOKS as it will replace what is there. It could overwrite your Excel model. THERE IS NO UNDO (back up your work)

Resources
------------

Рекомендации по теме
Комментарии
Автор

Can you read from Google Sheets files?

weekhigh
welcome to shbcf.ru