-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH issue#11977 Added ValueError to Timestamp p… #12026
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
Conversation
pls don't keep opening and closing pull requests simply push to the same one |
Question. How to I embed a graph in an issue? |
https://guides.github.com/features/mastering-markdown/ search for images. |
drag and drop |
@@ -1360,7 +1360,7 @@ cpdef convert_str_to_tsobject(object ts, object tz, object unit, | |||
try: | |||
ts = parse_datetime_string(ts, dayfirst=dayfirst, yearfirst=yearfirst) | |||
except Exception: | |||
raise ValueError | |||
raise ValueError("year is out of range") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just pass this exception thru.
ideally like some tests that |
@MattRijk can you update according to comments |
@MattRijk can you update |
pls reopen if you'd like to update |
@jreback. Sorry for not getting back to you. I worked on the update a couple of times for a while. I couldn't get the message to show correctly |
closes #11977