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
DOC: Fix docstring errors for pandas.DataFrame.unstack, pandas.DataFrame.value_counts and pandas.DataFrame.tz_localize (#58097)
* Add results information to unstack method docstring.
* Add result docstring to value_counts method.
* Add See also section to DataFrame.tz_localize method.
* Add See also section for unstack method of Series.
* Remove methods from code check ignore list
* Fix order of docstring sections.
* Fix further validation errors.
* Reinsert method to ignore list.
0 commit comments