Add missing implementation for datetime relevant arrow type into dataframe#6675
Merged
JakeRadMSFT merged 7 commits intodotnet:mainfrom Jul 6, 2023
asmirnov82:6201_add_support_for_arrow_date64
Merged
Add missing implementation for datetime relevant arrow type into dataframe#6675JakeRadMSFT merged 7 commits intodotnet:mainfrom asmirnov82:6201_add_support_for_arrow_date64
JakeRadMSFT merged 7 commits intodotnet:mainfrom
asmirnov82:6201_add_support_for_arrow_date64
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.
|
This was referenced May 18, 2023
michaelgsharp
approved these changes
Jun 1, 2023
Contributor
michaelgsharp
left a comment
There was a problem hiding this comment.
LGTM. Thanks for submitting this!
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Member
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Member
|
Merged into Generic Math branch. (This is just a note for myself) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6201
Add support for converting Apache Arrow Date64 column into DataFrame DateTimePrimitiveColumn and vice versa