-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add missing implementation for datetime relevant arrow type into dataframe #6675
Add missing implementation for datetime relevant arrow type into dataframe #6675
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6675 +/- ##
==========================================
+ Coverage 68.87% 68.88% +0.01%
==========================================
Files 1216 1216
Lines 250915 250932 +17
Branches 26259 26267 +8
==========================================
+ Hits 172825 172864 +39
+ Misses 71265 71243 -22
Partials 6825 6825
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
LGTM. Thanks for submitting this!
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Merged into Generic Math branch. (This is just a note for myself) |
Fixes #6201
Add support for converting Apache Arrow Date64 column into DataFrame DateTimePrimitiveColumn and vice versa