Python Excel Automation #1 - Consolidate Excel Workbooks, Python Pivot Tables, and Excel Charts

preview_player
Показать описание
Learn how to automate your Excel spreadsheet reporting with Python and Pandas. You'll learn how to consolidate Excel workbooks, summarize data with pivot tables, format values and add an Excel chart.

0:00 Overview
1:18 Loading libraries and data
2:40 Loading files with Python glob
3:30 Creating a Summary Pandas Dataframe
6:50 Summarizing data with Pandas Pivot Tables
8:50 Saving Pandas Dataframe to Excel
9:45 Formatting Excel Data with Openpyxl
12:35 Adding an Excel chart with Openpyxl
15:44 Conclusion

Learn Python programming the right way!

----------------------------------------------------------

✅ Follow me on other platforms:
Рекомендации по теме
Комментарии
Автор

your approach to teaching is excellent!

kdausu
Автор

wow, what an insightful and helpful video. I subscribed immediately :) I love that you explain every line in detail -this is especially helpful for me as a beginner of python :)

blushandrush
Автор

Which version of Python i should install to run Python script? Can i run the script from Dos prompt after Python installation or Python has it's own editor?

khooshbudave
Автор

Awesome the way that you have explain, just a question, how about doing the formatting dynamically instead of knowing it in advance what are the number of cols and rows

adilmajeed
Автор

Hi, how to edit or remove an existing chart using openpyxl.chart ?

prasadreddy