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

REF: internal method to set DatetimeIndex freq #29843

Closed
jbrockmendel opened this issue Nov 25, 2019 · 0 comments · Fixed by #30495
Closed

REF: internal method to set DatetimeIndex freq #29843

jbrockmendel opened this issue Nov 25, 2019 · 0 comments · Fixed by #30495
Labels
Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
Milestone

Comments

@jbrockmendel
Copy link
Member

xref #29801 we currently have a number of places where we do something like dti._data._freq = new_freq (where we have already validated new_freq), we should have some private method to do this.

@jbrockmendel jbrockmendel added Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code labels Dec 11, 2019
@jreback jreback added this to the 1.0 milestone Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants