Skip to content

Commit 59b2238

Browse files
tolhassianiparSeeminSyed
authored andcommitted
DOC: Fixed errors in pandas.DataFrame.asfreq PR07, RT02, RT03, SA04 (pandas-dev#32362)
1 parent c7d0915 commit 59b2238

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/core/generic.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -7485,6 +7485,7 @@ def asfreq(
74857485
Parameters
74867486
----------
74877487
freq : DateOffset or str
7488+
Frequency DateOffset or string.
74887489
method : {'backfill'/'bfill', 'pad'/'ffill'}, default None
74897490
Method to use for filling holes in reindexed Series (note this
74907491
does not fill NaNs that already were present):
@@ -7502,11 +7503,12 @@ def asfreq(
75027503
75037504
Returns
75047505
-------
7505-
converted : same type as caller
7506+
Same type as caller
7507+
Object converted to the specified frequency.
75067508
75077509
See Also
75087510
--------
7509-
reindex
7511+
reindex : Conform DataFrame to new index with optional filling logic.
75107512
75117513
Notes
75127514
-----

0 commit comments

Comments
 (0)