Excel Report Automation with Python
Learn to build end to end scripts for turning data into convenient excel reportsWhat you'll 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