Skip to content

Update tslib.pyx #9523

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

Closed
wants to merge 1 commit into from
Closed

Update tslib.pyx #9523

wants to merge 1 commit into from

Conversation

s-celles
Copy link
Contributor

closes #9513
pd.NaT.date() was returning datetime.date(1, 255, 255)
it raises now a ValueError

#9513
pd.NaT.date() was returning datetime.date(1, 255, 255)
it raises now a ValueError
@jreback
Copy link
Contributor

jreback commented Feb 20, 2015

needs a test. further needs to validate that other appropriate methods either raise/return something reasonable.

@jreback jreback added Datetime Datetime data dtype Error Reporting Incorrect or improved errors from pandas labels Feb 20, 2015
@jreback jreback modified the milestone: Next Major Release Mar 3, 2015
@jreback
Copy link
Contributor

jreback commented May 9, 2015

closing pls reopen if/when updated

@jreback jreback closed this May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Error Reporting Incorrect or improved errors from pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pd.NaT.date() returns datetime.date(1, 255, 255)
2 participants