开发者问题收集
ohe = OneHotEncoder(sparse=False)ohe.fit_transform(file(['Areas of interest']))我收到错误:TypeError: 'DataFrame' object is not callable