Attribute error in Python for get_dummies

前端 未结 0 347
长情又很酷
长情又很酷 2021-01-27 05:53

I ran this code in Python;

X =Credit.get_dummies(data=X,drop_first=True)

I got this output among other breakdowns;

AttributeError: \'DataFrame\' object has

相关标签:
回答
  • 消灭零回复
提交回复
热议问题