pandas.Period.asfreq — pandas 0.25.3 documentation (original) (raw)
Period.
asfreq
()¶
Convert Period to desired frequency, either at the start or end of the interval
Parameters: | freq : string how : {‘E’, ‘S’, ‘end’, ‘start’}, default ‘end’ Start or end of the timespan |
---|---|
Returns: | resampled : Period |