You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that yon can specify last_100y or FIRST_5y and some variations is shown in some notebook examples and in some parts of the documentation, but it should probably be added to the init_period documentation
I have used the search function of the documentation, and the best I have found was in a source code (match = re.match("(?P<option>last|LAST|first|FIRST)_(?P<duration>[0-9]*)([yY])$", kwargs['period']))
The text was updated successfully, but these errors were encountered:
The fact that yon can specify
last_100y
orFIRST_5y
and some variations is shown in some notebook examples and in some parts of the documentation, but it should probably be added to the init_period documentationI have used the search function of the documentation, and the best I have found was in a source code (
match = re.match("(?P<option>last|LAST|first|FIRST)_(?P<duration>[0-9]*)([yY])$", kwargs['period'])
)The text was updated successfully, but these errors were encountered: