Worked Example - Time Series

The worked example for the timeseries module demonstrates the use of FlyingKoala User Defined Functions for time series transformation.

1. The FlyingKoala Add-In

The FlyingKoala Add-In assists users to manage the cache which holds “models” (/equation systems). This is what it looks like.

Add-in menu

Excel file name

This is the name of the workbook file. This setting is expected to auto-fill.

In the future we expect to be able to load models from other Excel files which is why this configuration is here.

Add-in menu excel file name

For doing some time series transformation you would have a module that would look like this:

import xlwings as xw
from flyingkoala import *
from flyingkoala.timeseries import *