标签: dataframe series
我正在处理乳腺癌数据,我不明白为什么在分配给变量时该列没有转换为系列。
df['target'].shape
这给了(569,)但是
b=df['target'] b.shape
给出(569,1)。我希望b成为一个不是DataFrame的系列