-
Notifications
You must be signed in to change notification settings - Fork 26
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
[python] Use C++ DataFrame
bindings for create and writes
#2431
Conversation
DataFrame
bindings for create and writes
b701cad
to
bcae831
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2431 +/- ##
==========================================
- Coverage 90.14% 89.87% -0.27%
==========================================
Files 37 37
Lines 3956 3941 -15
==========================================
- Hits 3566 3542 -24
- Misses 390 399 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
445b86a
to
999077d
Compare
This once again whitespace changed nanoarrow.h which, as an external file, is not really needed -- and makes comparison to upstream more difficult. |
0248889
to
e8ec852
Compare
910a586
to
e98bd12
Compare
e8ec852
to
4ad9773
Compare
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.
Looks good to me.
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 the walk-through yesterday!
84ea19d
to
9d061e6
Compare
Issue and/or context: #2427
Part of larger branch #2367
Changes:
Remove TileDB-Py usage for
DataFrame
by usingcreate
andwrite
C++ bindings.