Phillip Cloud

Results 993 comments of Phillip Cloud

> i am. it sure why we care if pandas is a required dep Because we want to move away from it being the primary way we deal with in-memory...

At the very least, there needs to be an alternative way to get back something that isn't a DataFrame.

This could also capture generic `GROUPING SETS` idioms, not just `ROLLUP`.

`GROUPING SETS` is a useful tool for data scientists and engineers. It allows computing aggregations for different combinations of grouping keys, all in the same query. PostgreSQL has great docs...

@evgenygr Thanks for raising the issue. The API you're looking for is probably `tbl.a.arbitrary('first')`. We will look into making `first`/`last` work as you've written them (they only work as window...

Hi @raheems, can you give an minimal working example of how you're currently using the API, that shows what backend you're using, how you're connecting and how you're calling the...

`create_table` doesn't appear to have support for interacting with postgres schemas, but you can always use `con.raw_sql("CREATE TABLE {schema}.{table_name} ...")` for this in a pinch.

Thanks @timothydijamco. @gforsyth @saulpw Curious what y'all think here.

@timothydijamco Are you still interested in tackling this issue? I moved it off the 3.2.0 milestone for now.

@timothydijamco Thanks for the (as usual!) great report. If you want to put up a PR to address the issue this week then we can get it into 3.0, otherwise...