结构体# 以下方法在 expr.struct 属性下可用。 Expr.struct.field(name, *more_names) 检索一个或多个Struct字段作为新的Series。 Expr.struct.unnest() 将结构体展开为其各个字段。 Expr.struct.json_encode() 将此结构转换为带有json值的字符串列。 Expr.struct.rename_fields(names) 重命名结构体的字段。 Expr.struct.with_fields(*exprs, **named_exprs) 添加或覆盖此结构的字段。