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

infer_freq fails on Index #6463

Closed
jseabold opened this issue Feb 24, 2014 · 3 comments · Fixed by #6465
Closed

infer_freq fails on Index #6463

jseabold opened this issue Feb 24, 2014 · 3 comments · Fixed by #6465
Assignees
Labels
Bug Frequency DateOffsets
Milestone

Comments

@jseabold
Copy link
Contributor

Continuing with the my projects are the pandas test suite theme of issue reports. This broke for me on a recent upgrade.

Ok.

pd.infer_freq(['2004-01', '2004-02', '2004-03', '2004-04'])

No longer works.

pd.infer_freq(pd.Index(['2004-01', '2004-02', '2004-03', '2004-04']))

Seems like this should still work.

[12]: pd.version.version
[12]: '0.13.1-254-g150f323'
@jreback
Copy link
Contributor

jreback commented Feb 24, 2014

hmm...ok. I guess that should work

@jreback
Copy link
Contributor

jreback commented Feb 24, 2014

fixed up

@jseabold
Copy link
Contributor Author

Great. Thanks.

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 a pull request may close this issue.

2 participants