成功解决raise AttributeError("Parent variable '%s' is not the index of entity %s" % (parent_variable, parent_variable.entity))
目录
解决问题
raise AttributeError("Parent variable '%s' is not the index of entity %s" % (parent_variable, parent_variable.entity))
AttributeError: Parent variable '<Variable: ID (dtype = numeric)>' is not the index of entity Entity: nums
Variables:
name (dtype: index)
ID (dtype: numeric)
age (dtype: numeric)