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
The examples do not call the MultiIndex.rename function. Expected contents of the documentation: the examples given for the rename function should actually call the rename function.
Output of pd.show_versions()
N/A, documentation bug.
Meta note
The link above will begin pointing at documentation for a different version of Pandas once the successor to version 0.20 is released as a stable version. Unfortunately, there is no link to version 0.20 documentation per se on the pandas homepage.
The text was updated successfully, but these errors were encountered:
Thanks, yeah, something strange happening with the sphinx build. The actual docstring is fine, but somehow set_names is being parsed into rename. @jorisvandenbossche ?
Code Sample
In Pandas version 0.20, The documentation for the function
pandas.MultiIndex.rename
includes an "Examples" section with five lines of Python code.Here are the examples:
Problem description
The examples do not call the
MultiIndex.rename
function. Expected contents of the documentation: the examples given for therename
function should actually call therename
function.Output of
pd.show_versions()
N/A, documentation bug.
Meta note
The link above will begin pointing at documentation for a different version of Pandas once the successor to version 0.20 is released as a stable version. Unfortunately, there is no link to version 0.20 documentation per se on the pandas homepage.
The text was updated successfully, but these errors were encountered: