added eomonth to transform function
This commit is contained in:
parent
56e8017de7
commit
0bab00f455
@ -849,9 +849,10 @@ class TimeSeries(TimeSeriesCore):
|
||||
|
||||
dates = create_date_series(
|
||||
self.start_date,
|
||||
self.end_date,
|
||||
self.end_date, # + relativedelta(days=to_frequency.days),
|
||||
to_frequency.symbol,
|
||||
ensure_coverage=True,
|
||||
eomonth=eomonth,
|
||||
)
|
||||
prev_date = dates[0]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user