pop_fields

pop_fields#

NestedExtensionArray.pop_fields(fields: Iterable[str])[source]#

Delete fields from the struct array

Note that at least one field must be left in the struct array.

Parameters:

fields (iterable of str) – The names of the fields to delete.