-
Notifications
You must be signed in to change notification settings - Fork 1
Nested-Pandas V0.6 #363
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
Nested-Pandas V0.6 #363
Conversation
API Renaming
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
- Coverage 98.25% 97.77% -0.48%
==========================================
Files 19 19
Lines 1891 2026 +135
==========================================
+ Hits 1858 1981 +123
- Misses 33 45 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
add->set in accessor toc
Co-authored-by: Konstantin Malanchev <[email protected]>
Allow init of `NestedDtype` with `pd.ArrowDtypes` or `Mappings`
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.
It is great! Let's ask one of LSDB folks for a high-level review, mostly to review changes you listed in astronomy-commons/lsdb#1046
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, but a couple of these comments are worth addressing.
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!
Opening this early to keep track of CI. Major components of this PR have been reviewed as separate PRs into this branch, see #360, #366, #374
Resolves #355
Resolves #226
Resolves #354
Resolves #370
Resolves #356