Skip to content

Commit b343615

Browse files
committed
ENH: pandas-dev#14591 - tests and documentation
1 parent 7d1c171 commit b343615

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
@@ -4010,6 +4010,10 @@ def asfreq(self, freq, method=None, how=None, normalize=False, fill_value=None):
40104010
For PeriodIndex only, see PeriodIndex.asfreq
40114011
normalize : bool, default False
40124012
Whether to reset output index to midnight
4013+
fill_value: scalar, optional
4014+
value to use for missing values, applied during upsampling
4015+
4016+
.. version added:: 0.20.0
40134017
40144018
Returns
40154019
-------

0 commit comments

Comments
 (0)