我在Power Bi中用Python创建了一个热图,我得到的错误是索引错误:条件和输入之间的形状不一致(7054,1)和(7054,)) 代码如下: import numpy as npimport seaborn as snssns.heatmapValues是包含大约150万个值的单个列,而Id有两个重复的值。Gr
在以下问题的帮助下:,我尝试了以下几种方法:import seaborn as sns IndexError: Inconsistent shape between the condition and the input (got (8, 1) and (8,))
我不想拥有所有的值关联热图与所有的值