TSFresh-ID的给定列在数据中不存在

时间:2019-01-30 07:55:38

标签: python

enter image description here

我该如何解决属性错误:

The given column for the id is not present in the data 

column_id在数据框中为“ ID”时。

1 个答案:

答案 0 :(得分:0)

问题是IDMultiIndex的级别,因此需要先将所有级别转换为reset_index的列:

df = df.reset_index()