-
Notifications
You must be signed in to change notification settings - Fork 902
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
[REVIEW] Fix StructColumn.to_pandas
type handling issues
#9388
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9388 +/- ##
================================================
- Coverage 10.79% 10.74% -0.05%
================================================
Files 116 116
Lines 18869 19086 +217
================================================
+ Hits 2036 2051 +15
- Misses 16833 17035 +202
Continue to review full report at Codecov.
|
@gpucibot merge |
Fixes: #9383
This PR preserves
datetime
&timedelta
types inStructColumn
upon conversion topd.Series
, and also preservesint
values to beint
rather than converting tofloat
.