You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ New features
19
19
the user to override the engine's default behavior to include or omit the
20
20
dataframe's indexes from the resulting Parquet file. (:issue:`20768`)
21
21
- :meth:`DataFrame.corr` and :meth:`Series.corr` now accept a callable for generic calculation methods of correlation, e.g. histogram intersection (:issue:`22684`)
22
+
- Script ``validate_docstrings.py`` now displays 'No docstring found' error for the methods where docstrings are missing
0 commit comments