File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
70
70
--format=actions \
71
71
-i ES01 ` # For now it is ok if docstrings are missing the extended summary` \
72
72
-i " pandas.Series.dt PR01" ` # Accessors are implemented as classes, but we do not document the Parameters section` \
73
- -i " pandas.DataFrame.max RT03" \
74
- -i " pandas.DataFrame.mean RT03" \
75
- -i " pandas.DataFrame.median RT03" \
76
- -i " pandas.DataFrame.min RT03" \
77
73
-i " pandas.DataFrame.plot PR02" \
78
74
-i " pandas.Grouper PR02" \
79
75
-i " pandas.MultiIndex.append PR07,SA01" \
Original file line number Diff line number Diff line change @@ -11777,6 +11777,8 @@ def last_valid_index(self) -> Hashable:
11777
11777
Returns
11778
11778
-------
11779
11779
{name1} or scalar\
11780
+
11781
+ Value containing the calculation referenced in the description.\
11780
11782
{see_also}\
11781
11783
{examples}
11782
11784
"""
You can’t perform that action at this time.
0 commit comments