Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Clean functions in pandas/core/indexes/api #11

Open
wants to merge 10 commits into
base: indexapi
Choose a base branch
from

Conversation

lowerthansound
Copy link
Owner

No description provided.


if len(kinds) > 1 or Index not in kinds:
if any(kind != Index for kind in kinds):
Copy link
Owner Author

Choose a reason for hiding this comment

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

Not accounting len(kinds) == 0

Copy link
Owner Author

Choose a reason for hiding this comment

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

it's okay

@lowerthansound lowerthansound changed the title Clean functions in pandas.core.indexes.api Clean functions in pandas/core/indexes/api Oct 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant