Yeah, at some point in the future I’d like to see if we can imitate the 
experimental query() and eval() methods from Pandas.

It’s the fact that those methods were just recently introduced which made me 
decide we needed to stop spending time on getting them working right now. We’re 
way behind Pandas in terms of performance and reliability, so it’s a bad idea 
for us to try being as feature complete until we catch up.

 — John

On Jan 23, 2014, at 6:37 AM, Jonathan Malmaud <[email protected]> wrote:

> Pandas has a 'query' method 
> (http://pandas.pydata.org/pandas-docs/dev/indexing.html#indexing-query) which 
> uses the Python numexpr package for delayed evaluation (if i understand what 
> you mean by that in this context). 

Reply via email to