-
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
[c++/python] Add GeometryDataFrame
creation
#3674
Merged
XanthosXanthopoulos
merged 14 commits into
main
from
xan/sc-59427/geometry-dataframe-python
Feb 11, 2025
Merged
[c++/python] Add GeometryDataFrame
creation
#3674
XanthosXanthopoulos
merged 14 commits into
main
from
xan/sc-59427/geometry-dataframe-python
Feb 11, 2025
Conversation
This file contains 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
…x column arrow table
… decouple arrow schema between column schema and column domain
XanthosXanthopoulos
force-pushed
the
xan/sc-59427/geometry-dataframe-python
branch
from
February 5, 2025 15:13
a61a126
to
9080ee3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3674 +/- ##
==========================================
+ Coverage 86.29% 86.35% +0.06%
==========================================
Files 55 55
Lines 6390 6495 +105
==========================================
+ Hits 5514 5609 +95
- Misses 876 886 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
XanthosXanthopoulos
changed the title
[c++/python] Add
[c++/python] Add Feb 6, 2025
GeometryDataFrame
creation [WIP]GeometryDataFrame
creation
jp-dark
reviewed
Feb 7, 2025
jp-dark
reviewed
Feb 7, 2025
jp-dark
reviewed
Feb 7, 2025
jp-dark
approved these changes
Feb 10, 2025
Co-authored-by: Julia Dark <[email protected]>
XanthosXanthopoulos
deleted the
xan/sc-59427/geometry-dataframe-python
branch
February 11, 2025 15:35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue and/or context: sc-50295
Changes:
Notes for Reviewer:
Adds basic implementation for
GeometryDataFrame
in the python API, adds static create method and property accessors.Adapt already existing read methods from arrow tables to work with the newly introduced complex domain (a struct on values) used by
soma_geometry
column.