We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d0915 commit 59b2238Copy full SHA for 59b2238
pandas/core/generic.py
@@ -7485,6 +7485,7 @@ def asfreq(
7485
Parameters
7486
----------
7487
freq : DateOffset or str
7488
+ Frequency DateOffset or string.
7489
method : {'backfill'/'bfill', 'pad'/'ffill'}, default None
7490
Method to use for filling holes in reindexed Series (note this
7491
does not fill NaNs that already were present):
@@ -7502,11 +7503,12 @@ def asfreq(
7502
7503
7504
Returns
7505
-------
- converted : same type as caller
7506
+ Same type as caller
7507
+ Object converted to the specified frequency.
7508
7509
See Also
7510
--------
- reindex
7511
+ reindex : Conform DataFrame to new index with optional filling logic.
7512
7513
Notes
7514
-----
0 commit comments