• Post category:StudyBullet-14
  • Reading time:4 mins read


Learn to build end to end scripts for turning data into convenient excel reports

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

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.


Get Instant Notification of New Courses on our Telegram channel.


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!

English
language

Content

Introduction

Introduction

Yield Curve Data

Treasury Curve Data Introduction
Handling Dates
Yield Table Creation
Visualization

Treasury Curve Report

Creating our Table Writing Function
Treasury Curve Report
More Modifications for Our Excel Worksheet
Borders and Images

Real Estate Data

Data Processing
Index Operations
Plotting the Real Estate Data
Adjusting for Inflation

Real Estate Report

Writing the First Report Versions
Adding Color Mapping

Final Report

Getting Started
Data Creation
Data Processing
Finalizing the Report