在catplot中获取“ str”对象没有属性“获取”错误

时间:2019-06-01 09:52:26

标签: python-3.x plot seaborn

我试图用分类变量做catplot 但是没有属性错误

dtypes是:

假日---对象 临时--- float64 rain_1h --- float64 snow_1h --- float64 clouds_all --- int64 weather_main-对象 weather_description-对象 date_time-对象 traffic_volume --- int64

TestNet.Foo()

sns.catplot(x='holiday',y='traffic_volume',kind='bar',hue='weather_description',data='d')

AttributeError:'str'对象没有属性'get'

0 个答案:

没有答案