Skip to content

PEP: pandas/core round 4 (indexing, internals, missing) #12074

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

Closed
wants to merge 1 commit into from

Conversation

rockg
Copy link
Contributor

@rockg rockg commented Jan 18, 2016

No description provided.

@jorisvandenbossche jorisvandenbossche added the Code Style Code style, linting, code_checks label Jan 18, 2016
@jorisvandenbossche jorisvandenbossche added this to the 0.18.0 milestone Jan 18, 2016
@@ -206,7 +216,8 @@ def _setitem_with_indexer(self, indexer, value):
self._has_valid_setitem_indexer(indexer)

# also has the side effect of consolidating in-place
from pandas import Panel, DataFrame, Series
# TODO: Panel, DataFrame are not imported, remove?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this added? these are not imported because it would be a circluar import otherwise (the NDFrame objects need to import the indexers to make them properties).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should read "are not used". They aren't used anywhere.

@jreback
Copy link
Contributor

jreback commented Jan 19, 2016

minor comment. lgtm

@wesm wesm closed this in 118fd01 Jan 19, 2016
@wesm
Copy link
Member

wesm commented Jan 19, 2016

thanks @rockg ! I can attest this is not the most pleasant sort of work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants