File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
98
98
-i " pandas.DataFrame.swaplevel SA01" \
99
99
-i " pandas.DataFrame.to_markdown SA01" \
100
100
-i " pandas.DataFrame.var PR01,RT03,SA01" \
101
- -i " pandas.DatetimeIndex.freqstr SA01" \
102
101
-i " pandas.DatetimeIndex.indexer_at_time PR01,RT03" \
103
102
-i " pandas.DatetimeIndex.snap PR01,RT03" \
104
103
-i " pandas.DatetimeIndex.std PR01,RT03" \
@@ -203,7 +202,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
203
202
-i " pandas.PeriodIndex.dayofyear SA01" \
204
203
-i " pandas.PeriodIndex.days_in_month SA01" \
205
204
-i " pandas.PeriodIndex.daysinmonth SA01" \
206
- -i " pandas.PeriodIndex.freqstr SA01" \
207
205
-i " pandas.PeriodIndex.from_fields PR07,SA01" \
208
206
-i " pandas.PeriodIndex.from_ordinals SA01" \
209
207
-i " pandas.PeriodIndex.hour SA01" \
Original file line number Diff line number Diff line change @@ -875,6 +875,11 @@ def freqstr(self) -> str | None:
875
875
"""
876
876
Return the frequency object as a string if it's set, otherwise None.
877
877
878
+ See Also
879
+ --------
880
+ DatetimeIndex.inferred_freq : Returns a string representing a frequency
881
+ generated by infer_freq.
882
+
878
883
Examples
879
884
--------
880
885
For DatetimeIndex:
You can’t perform that action at this time.
0 commit comments