Skip to content

Commit a7b394d

Browse files
committed
ENH: pandas-dev#14591 - tests and documentation
1 parent 43acefc commit a7b394d

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
@@ -4003,6 +4003,10 @@ def asfreq(self, freq, method=None, how=None, normalize=False, fill_value=None):
40034003
For PeriodIndex only, see PeriodIndex.asfreq
40044004
normalize : bool, default False
40054005
Whether to reset output index to midnight
4006+
fill_value: scalar, optional
4007+
value to use for missing values, applied during upsampling
4008+
4009+
.. version added:: 0.20.0
40064010
40074011
Returns
40084012
-------

0 commit comments

Comments
 (0)