标签: python dataframe
我收到了这个警告:
UserWarning: Attempting to set identical left==right results in singular transformations; automatically expanding.
和这个荒谬的图表:
当我运行以下代码时:
corr.plot(x = 'count', y = 'mean')
在数据框上看起来像这样:
每列中至少有一些变化,为什么退化情节?