fill_missing_dates_timeseries: Interpolate missing dates in timeseries and insert associated...

Description Usage Arguments Value

Description

Creates a dataframe of dates and values, and fills in (interpolates) any missing dates adding a 0 as the associated value.

Usage

1
fill_missing_dates_timeseries(DATE_ID, value, freq_type = 1)

Arguments

freq_type

A value: 1 or 2(weekdays only)

Value

returns a dataframe with columns: "Date","value","holiday", Date is a complete sequence of dates


IlanaL1/utility.forecast documentation built on May 7, 2019, 6:37 a.m.