-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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