This website uses cookies. By clicking OK, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
OK
Community
All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Browse
Discussions
Setup & Configuration
Using Dataiku DSS
Plugins & Extending Dataiku DSS
General Discussion
Job Board
Community Resources
Product Ideas
Knowledge
Getting Started
Knowledge Base
Documentation
Academy
Course Catalog
Learning Paths
Certifications
Academy Discussions
Community Programs
Dataiku Neurons
User Groups
User Groups Resources
Online Events
Upcoming Events
Past Events
Community Conundrums
Banana Data Podcast
Community Feedback
What's New
Sign In
Ready for Dataiku 9? Try out the Crash Course on new features!
GET STARTED
Community
»
Discussions
»
Using Dataiku DSS
»
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
PCA Jupyter Notebook Error
UserBird
Dataiker
10-30-2016
07:13 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
PCA Jupyter Notebook Error
AttributeError: 'float' object has no attribute 'decode'
Any suggestions?
0
Kudos
Reply
All discussion topics
Previous Topic
Next Topic
1 Reply
UserBird
Dataiker
Author
10-31-2016
12:49 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
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
0
Kudos
Reply
Post Reply
Labels
(3)
Labels
Labels:
code
Notebooks
Python