我试图用分类变量做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'