-
Notifications
You must be signed in to change notification settings - Fork 304
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
remove date_as_object
argument from to_dataframe
#861
Comments
|
OK, will remove it. |
@plamut have you started on this yet? I'm running into this as part of my pandas date type. I'd just as soon take this. |
@jimfulton Kind of started, but had to switch to other things. If it's a semi-blocker for you that needs to be resolved now-ish, feel free to take it. |
Mine! :) Thanks. |
Fixed by #972 (to be released in v3) |
I believe this was added to support #11 and #136, but I'm not convinced that this was the right approach. Instead, what we do for
TIMESTAMP
columns seems more appropriate -- try to cast to the right data type. If it fails due to out-of-range, then fallback to objects.The text was updated successfully, but these errors were encountered: