8000 Remove Panel References by WillAyd · Pull Request #26287 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Remove Panel References #26287

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 6 commits into from
May 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint fixup
  • Loading branch information
WillAyd committed May 6, 2019
commit bc30088f82f30724ef5a52e969ef7988d855c612
4 changes: 2 additions & 2 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3061,8 +3061,8 @@ def _create_indexer(cls, name, indexer):

def get(self, key, default=None):
"""
Get item from object for given key (ex: DataFrame column).
Get item from object for given key (ex: DataFrame column).

Returns default value if not found.

Parameters
Expand Down
0