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

Add support for query(...).df[] indexing #411

Merged
merged 1 commit into from
Nov 12, 2020
Merged

Add support for query(...).df[] indexing #411

merged 1 commit into from
Nov 12, 2020

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Nov 12, 2020

PR expands the .df[] indexer to support use with a query: A.query(attrs=['time']).df[ ... ].
As with Array.df[], semantics are the same as multi_index and the result is returned as a pandas dataframe.

[ch3834]

@ihnorton ihnorton requested a review from nguyenv November 12, 2020 20:30
@ihnorton ihnorton merged commit af8eb23 into dev Nov 12, 2020
@ihnorton ihnorton deleted the ihn/query_df branch November 12, 2020 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants