Skip to content

Renaming for v0.6.0 #355

@dougbrn

Description

@dougbrn

NestedFrame
NestedFrame.add_nested -> join_nested

Nested Series
fields -> columns
to_flat([fields]) -> explode

Nested Accessor
fields -> columns
with_field -> add_column
with_list_field -> add_list_column
with_flat_field -> add_flat_column
with_filled_field -> add_filled_column
without_field -> drop(column=)
get_flat_series(field) x remove
get_list_series(fieild) x remove
query_flat(expr) -> query
get_flat_index() -> @Property flat_index

NestedDtype
@Property fields -> column_dtypes, change to be Series
@Property names -> columns
field_dtype(field) x remove
@Property field_dtypes x remove
@Property field_names x remove
@Property struct_list_pa_dtype -> _struct_list_pa_dtype
@Property pyarrow_dtype -> pyarrow_dtype
from_fields -> from_columns

All functions that have changed names should have a deprecation warning for the old name to ensure compatibility for a time

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIChanges the API

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions