利用sns.kdeplot()时,出现报错:kdeplot() got multiple values for argument 'data'.请问如何解决?具体代码见图片:
缺少了个参数x,你的data如果是dataframe类型的话还要去指定类型。如果是列表的话就把你的data换成x