Leor Barak Fishman

Results 28 comments of Leor Barak Fishman

Joins using USING give me "Support for JOIN queries is currently disabled"? the docs seem to imply that joins are usable though.

Something like https://github.com/AmirPupko/pandas-to-sql looks helpful here!

ah yep just saw this

Is there some reason why passing min/max to the same function as sum/count wouldn't work? Naively it seems like it should

First, i'd _love_ a metadata discoverer and autogenerator for pandas (as I was planning to write one of my own in the next week or too anyway, and it would...

> Regarding your use case for MIN and MAX, do you mean something like: > > ```sql > SELECT educ, MAX(income) GROUP BY educ ORDER BY educ > ``` >...

(is this likely to hit master before the larger scale changes to quantiles?)

Ahhh, fair. What's the ETA on quantiles?