File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
141
141
-i " pandas.Series.ne SA01" \
142
142
-i " pandas.Series.pad PR01,SA01" \
143
143
-i " pandas.Series.pop SA01" \
144
- -i " pandas.Series.prod RT03" \
145
- -i " pandas.Series.product RT03" \
146
144
-i " pandas.Series.reorder_levels RT03,SA01" \
147
145
-i " pandas.Series.sem PR01,RT03,SA01" \
148
146
-i " pandas.Series.sparse PR01,SA01" \
Original file line number Diff line number Diff line change @@ -11815,6 +11815,8 @@ def last_valid_index(self) -> Hashable:
11815
11815
Returns
11816
11816
-------
11817
11817
{name1} or scalar\
11818
+
11819
+ Value containing the calculation referenced in the description.\
11818
11820
{see_also}\
11819
11821
{examples}
11820
11822
"""
You can’t perform that action at this time.
0 commit comments