PCA Jupyter Notebook Error
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
AttributeError: 'float' object has no attribute 'decode'
Any suggestions?
Any suggestions?
Answers
-
Hi,
'decode' is only available for strings :
try to convert your filed you want to apply 'decode' to in string before applying this method and you won't have this issue anymore.
Julien