Michael Chow

Results 254 comments of Michael Chow
trafficstars

Ah, thanks for clarifying! This is super helpful! Feel free to close if useful

Hey @essicolo-- you can use `_[my_features]` ```python from siuba import * from siuba.data import mtcars my_features = ["mpg", "hp", "wt"] # keep my_features columns mtcars >> select(_[my_features]) # drop my_features...

Hey, I would lean towards `~`. I added it to match dplyr's switch from `-` to `!`, but old habits die hard 😬. Let's use this issue to track changing...

Could you give some detail on what the licensing issues are? From the readme of https://github.com/vrabaud/gPb, it looks like the authors relicensed it to openCV. I'm sure you have a...