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

monthly periods prior to dec-1969 off by one year #1570

Closed
mattknoxca opened this issue Jul 4, 2012 · 0 comments
Closed

monthly periods prior to dec-1969 off by one year #1570

mattknoxca opened this issue Jul 4, 2012 · 0 comments
Milestone

Comments

@mattknoxca
Copy link

# version 0.8.0 of pandas
# version 1.6.1 of numpy
# windows XP 32-bit

>>> import pandas as pd
>>> pd.Period('1969-12', 'M')
Period('Dec-1969', 'M')
>>> pd.Period('1969-11', 'M')
Period('Nov-1970', 'M')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants