Skip to content

Commit 76d5a14

Browse files
committed
ENH: pandas-dev#14591 - tests and documentation
1 parent bd704ff commit 76d5a14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/generic.py

+4
Original file line numberDiff line numberDiff line change
@@ -4074,6 +4074,10 @@ def asfreq(self, freq, method=None, how=None, normalize=False, fill_value=None):
40744074
For PeriodIndex only, see PeriodIndex.asfreq
40754075
normalize : bool, default False
40764076
Whether to reset output index to midnight
4077+
fill_value: scalar, optional
4078+
value to use for missing values, applied during upsampling
4079+
4080+
.. version added:: 0.20.0
40774081
40784082
Returns
40794083
-------

0 commit comments

Comments
 (0)