Pandas-style queries #4969
-
Hi folks, I'm just wondering if there's been any discussion of supporting a pandas-style query method for datasets? It would only have to support 1d variables. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I think something like this is basically what I'm looking for: https://nbviewer.jupyter.org/gist/alimanfoo/6d2918efb3510a157f9eb736d9eb6442 Would there be any interesting in adding something like this to the Dataset API? |
Beta Was this translation helpful? Give feedback.
-
Is it ok to mark this as "answered" and point folks to the new |
Beta Was this translation helpful? Give feedback.
Is it ok to mark this as "answered" and point folks to the new
.query()
method documentation?