Struct Functions for Series
List of fields of the struct
Array of field names
Access a field by name
name of the field
A new series containing the values of struct's field
Access a field by index (zero based index)
index of the field (starts at 0)
A new series containing the values of struct's field index
Rename the fields of a struct
new names of the fields
A new series containing the struct with new field names
Convert series of struct into dataframe
A new dataframe
Struct Functions for Series