Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed SS03 errors #29410

Merged
merged 1 commit into from
Nov 5, 2019
Merged

Fixed SS03 errors #29410

merged 1 commit into from
Nov 5, 2019

Conversation

SebStrug
Copy link
Contributor

@SebStrug SebStrug commented Nov 5, 2019

Fixed SS03 errors for:
pandas.Timestamp.combine; pandas.Timestamp.fromordinal; pandas.Period.strftime; pandas.Interval.closed; pandas.Interval.left; pandas.Interval.length; pandas.Interval.mid; pandas.Interval.right.

Similar to #28053 I could not find methods for pandas.Timestamp.isoweekday or pandas.Timestamp.weekday. This was not resolved in #28053. I think this may be due to docstrings in the original python datetime file.
Timestamp import _Timestamp which imports datetime. Neither Timestamp nor _Timestamp have isoweekday or weekday methods.
@datapythonista

…mordinal; pandas.Period.strftime; pandas.Interval.closed;

pandas.Interval.left;
pandas.Interval.length;
pandas.Interval.mid;
pandas.Interval.right.
@WillAyd WillAyd added the Docs label Nov 5, 2019
@WillAyd WillAyd added this to the 1.0 milestone Nov 5, 2019
@WillAyd WillAyd merged commit 0b12266 into pandas-dev:master Nov 5, 2019
@WillAyd
Copy link
Member

WillAyd commented Nov 5, 2019

Thanks @SebStrug

@SebStrug SebStrug deleted the SS03-issues branch November 6, 2019 06:37
Reksbril pushed a commit to Reksbril/pandas that referenced this pull request Nov 18, 2019
…mordinal; pandas.Period.strftime; pandas.Interval.closed; (pandas-dev#29410)
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
…mordinal; pandas.Period.strftime; pandas.Interval.closed; (pandas-dev#29410)
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
…mordinal; pandas.Period.strftime; pandas.Interval.closed; (pandas-dev#29410)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants