Michael Chow

Results 189 issues of Michael Chow

Currently we don't try to use a representation of the siu expression to allow support for unnamed arguments in funcs like mutate and summarize. Could be useful, but doesn't seem...

.epic
be:sql
time:5
dplyr:parity
impact:5

see `test_summarize_removes_1_grouping()`

.icebox
dplyr:deviation

would be useful to see a representation of the pipe...

.user-experience
core:siu
.api-user

Currently raises a NotImplementedError. One key decision here is where in resulting data kw vars should go. To be consistent with all other uses of select, I would say kwargs...

type:feature
.help wanted
be:sql
dplyr:parity
api:verb

**Starts on 1** Pros: * consistent with SQL (and R) * saying the row number is 0 seems a bit unnatural Cons: * if a row number is the same...

.help wanted
type:research
dplyr:parity
dplyr:deviation

type:feature
be:sql
time:1
high-priority

This should throw an error ``` from siuba.data import mtcars from siuba import _, group_by, transmute mtcars >> group_by(_.cyl) >> transmute(cyl = _.cyl + 1), ``` Instead does terrible things...

type:bug
time:3
dplyr:parity
api:verb

Edit: see this doc on functions supported by spark sql https://spark.apache.org/docs/2.3.1/api/sql/index.html

.epic
roadmap-v1
be:spark

Let's try the dbplyr approach, which... * treats it largely as a sql source, using the default translator * allows `sparklyr` to implement custom S3 methods for `copy_to` and `collect`...

time:3
be:spark