Skip to content

Allow Nested-Pandas >=0.6 #1046

@dougbrn

Description

@dougbrn

Nested-Pandas v0.6 is currently under review (lincc-frameworks/nested-pandas#363), when released, this issue tracks the work needed to enable LSDB to work with Nested-Pandas v0.6.

Tied to #1031

Work Needed - Big Picture

  1. A number of functions in the NestAccessor have been renamed, with the old names still available but deprecated. They will be fully removed in v0.7. It's my guess that this doesn't affect LSDB much (if at all), depending on how directly LSDB has utilized these functions, but any occurences should be replaced with the appropriate names to avoid deprecation warnings. I will look through and try to populate a list of occurences:

  2. reduce is being deprecated (but still available as above) in favor of map_rows, with this change involving behavior changes in addition to a name change. We should follow suit in LSDB, deprecating reduce, implementing map_rows, and updating behavior in tutorials accordingly.

Renaming todos

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestnested-pandasSupporting nested-pandas in LSDB

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions