Zach Barry

Results 41 comments of Zach Barry

> Do you want the indices of the contiguous blocks returned, or a dataframe filtered to only include those rows? The user could also specify the minimum number of contiguous...

Yeah, that's pretty much it, though I also do want stats on the other columns, as well. Separating out finding blocks from calculating stats does seem like maybe the best...

Do you think it would be a big issue? I would guess you'd just put in your `CONTRIBUTING.md` that you should branch from `dev` instead of `master` when you begin...

https://github.com/ericmjl/pyjanitor/tree/dev Also realized that given this new branch protocol, tagging each significant merge into `master` with the new PyPI version might be in order.

Yeah I'm not married to either way... seen people treat `master` as unstable and others use `dev` for that. I don't know if it's situationally-dependent or there truly is a...

@ericmjl @szuckerman - I updated this post and would like your thoughts. Related to #76

Happy to pick up the slack re: technical debt ;) Edit: also, my data is all in memory as well. Speed is definitely a problem in this regime.

@ericmjl @szuckerman Alright, I had some inspiration last night and think I might have come up with a user-friendly, explicit approach to operating in place when working with pyjanitor functions....

Sorry for delay; on vacation. Definitely agree that `df.func()` is a lot cleaner than `df = df.func()`. Something I'm not sure about, though, is whether it is even possible with...