Skip to content
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

Boolean ops with Series should reindex? #429

Closed
wesm opened this issue Dec 2, 2011 · 0 comments
Closed

Boolean ops with Series should reindex? #429

wesm opened this issue Dec 2, 2011 · 0 comments
Labels
Enhancement Ideas Long-Term Enhancement Discussions
Milestone

Comments

@wesm
Copy link
Member

wesm commented Dec 2, 2011

Currently requires that the indexes be identical to work at all (otherwise raises exception)

@wesm wesm closed this as completed Dec 12, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
…-dev#429)

* Correctly set index in metadata and replace existing metadata

    Dataframes without an index have no "index" field in their metadata,
    so updating existing metadata does not remove the index field.
    Also, metadata was incorrectly being stored. symbol, start, and end
    are the index for the collection, but metadata was being
    stored without an index (so it was defaulting to null,null,null)

* update unit test after merge with master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Ideas Long-Term Enhancement Discussions
Projects
None yet
Development

No branches or pull requests

1 participant