Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Execute python JSONDecode error

tahsintahsin Member Posts: 20 Contributor II

what does this error means and how do I check for the specific line? I am simply trying to read a dataset through "Execute Python" operator. 


Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Solution Accepted
    Hi,
    looks like the dataset you pipe in has some special signs in it? Maybe unprintable ASCII signs?

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

  • tahsintahsin Member Posts: 20 Contributor II
    Hi,

    thanks. I was able to identify the problem, just needed to convert the column to nominal from numerical. 


Sign In or Register to comment.