10000 DOC/CLN: Fix errors in DataFrame docstrings by dsaxton · Pull Request #24952 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC/CLN: Fix errors in DataFrame docstrings #24952

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 14, 2019
Prev Previous commit
Next Next commit
Order types
  • Loading branch information
Daniel Saxton committed Jan 27, 2019
commit 9df0170c0ea91d2fd86ddefeff3f8149ffbb84c2
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -5959,7 +5959,7 @@ def unstack(self, level=-1, fill_value=None):

Returns
-------
DataFrame or Series
Series or DataFrame

See Also
--------
Expand Down
0