Capitalized frequency variable
This commit is contained in:
parent
335a6fc2e9
commit
5a51cb1a8b
@ -234,7 +234,7 @@ class TimeSeries:
|
|||||||
self,
|
self,
|
||||||
from_date: datetime.date,
|
from_date: datetime.date,
|
||||||
to_date: datetime.date,
|
to_date: datetime.date,
|
||||||
frequency: str = "d",
|
frequency: str = "D",
|
||||||
closest: str = "previous",
|
closest: str = "previous",
|
||||||
compounding: bool = True,
|
compounding: bool = True,
|
||||||
years: int = 1,
|
years: int = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user