ENH: New boundary inputs by hewittk · Pull Request #40628 · pandas-dev/pandas (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation74 Commits89 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

hewittk

Kiley added 9 commits

March 19, 2021 15:42

@pep8speaks

Hello @hewittk! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-06-25 03:56:00 UTC

Kiley added 3 commits

March 25, 2021 02:12

@hewittk hewittk marked this pull request as ready for review

March 25, 2021 12:34

@hewittk

This pull request makes for more consistency and flexibility of the arguments for series.between and the validate_endpoints method of date_timelike.py which is the underlying method of closed for date_range. The parameters that can be inputted to the methods are either a boolean value or a string value of 'both', 'left', 'right', or 'neither'.

@hewittk hewittk changed the titleNew boundary inputs ENH: New boundary inputs

Mar 25, 2021

@mzeitlin11

Thanks for the pr @hewittk! Looks like some unrelated changes crept in - seeing some pip related additions which should be reverted

@hewittk

@hewittk

@hewittk

Thank you for letting me know @mzeitlin11! The pip files should be deleted now, let me know if there are any unrelated additions still there that I haven't noticed.

@mzeitlin11

Thank you for letting me know @mzeitlin11! The pip files should be deleted now, let me know if there are any unrelated additions still there that I haven't noticed.

Looks good now. I think codecov is failing - if you added new options to parameters, we need to make sure that they're all tested (and a whatsnew note should be added explaining user-facing changes there are here)

attack68

attack68

attack68

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hewittk for the PR. I made some comments inline. Some of the changes minght be considered non-controversial, and others we might some input from pandas core devs.

Kiley and others added 6 commits

March 25, 2021 21:37

@declanjcasey

@declanjcasey

@hewittk

@hewittk

jreback

simonjayhawkins

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hewittk docstring validation failure to be resolved before merge, otherwise lgtm

@jreback

@hewittk can you merge master and fix the doc-string

@hewittk

@hewittk

@jreback

@hewittk

@hewittk

simonjayhawkins

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request

Jun 25, 2021

@hewittk @meeseeksmachine

@simonjayhawkins

simonjayhawkins added a commit to simonjayhawkins/pandas that referenced this pull request

Jun 25, 2021

@simonjayhawkins

simonjayhawkins pushed a commit that referenced this pull request

Jun 25, 2021

@meeseeksmachine @hewittk

Co-authored-by: Kiley Hewitt 42876297+hewittk@users.noreply.github.com

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request

Jun 25, 2021

@simonjayhawkins @meeseeksmachine

simonjayhawkins added a commit that referenced this pull request

Jun 25, 2021

@meeseeksmachine @simonjayhawkins

Co-authored-by: Simon Hawkins simonjayhawkins@gmail.com

This was referenced

Jul 2, 2021

JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request

Jul 3, 2021

@hewittk @JulianWgs

JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request

Jul 3, 2021

@simonjayhawkins @JulianWgs

@jbrockmendel

@hewittk want to make a PR enforcing this deprecation?