最近搜索
暂无搜索记录
热搜
JAVA
大数据
分布式
Python
人工智能
爬虫
WEB
JavaScript
认证
老师,我在操作中国人寿保费预测时遇到问题。
sns.kdeplot(data[‘charges’],fill = True, hue=data[‘sex’])
sns.kdeplot(data[‘charges’], fill = True, hue = data[‘smoker’])
sns.kdeplot(data[‘charges’], fill = True, hue = data[‘region’])
sns.kdeplot(data[‘charges’], fill = True, hue = data[‘children’])
所有含有hue的命令行都不可执行,报错为
ValueError: The following variable cannot be assigned with wide-form data: `hue`