Excel Report Automation with Python
Learn to build end to end scripts for turning data into convenient excel reports
Description
Welcome to the Excel Report Automation with Python course! This course is meant to be a more advanced course taken after some of the basic FinanceAndPython courses are complete. Within this course, you will learn exactly how to build scripts to automatically parse data into excel reports. Before beginning, please down the course files through github. The notebooks are also there as well if you want to follow along through them.
Throughout the course, you will work on a real world project of producing an economic report on the real estate and treasury markets automatically. This project will give you hands-on experience with all the concepts and tools covered in the course, and help you develop a better understanding of how to apply them in practice. There are many industries with which this kind of skill can be applied, but especially so in the world of finance.
By the end of this course, you will have a strong understanding of how to automate Excel report generation with Python, and be able to apply this knowledge to your own projects and workflows. So let's get started and dive into the world of Excel report automation with Python! You'll be amazed at what you can build!
What You Will Learn!
- Manipulate Excel data programmatically with Python: filter, sort, summarize, select cells/ranges
- Automate the curation of economic data in preparation of reporting
- Create scripts that facilitate automatic building of beautiful excel reports for a flexible range of inputs
- Apply best design practices for python including using type hints, error checking, and more
Who Should Attend!
- Business Analysts looking to automate their workflow
- Quants trying to build reports from their models
- Hobbyists who want to be able to build excel reports