Skip to content

BUG: MonthOffset.name #33757

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

Merged
merged 3 commits into from
Apr 25, 2020
Merged

BUG: MonthOffset.name #33757

merged 3 commits into from
Apr 25, 2020

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

is_anchored is being accessed indirectly (its not a property). As a result we never go down the other path, which would raise AttributeError since there is no code_rule.

@jbrockmendel
Copy link
Member Author

This one should not be user-facing

@jreback jreback added this to the 1.1 milestone Apr 25, 2020
@jreback jreback merged commit 31875eb into pandas-dev:master Apr 25, 2020
@jbrockmendel jbrockmendel deleted the cymixins branch April 25, 2020 00:39
rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request May 10, 2020
* BUG: MonthOffset.name

* GH ref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Frequency DateOffsets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants