Execute python JSONDecode error

tahsin
tahsin New Altair Community Member
edited November 5 in Community Q&A

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

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    Hi,
    looks like the dataset you pipe in has some special signs in it? Maybe unprintable ASCII signs?

    Best,
    Martin

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    Hi,
    looks like the dataset you pipe in has some special signs in it? Maybe unprintable ASCII signs?

    Best,
    Martin
  • tahsin
    tahsin New Altair Community Member
    Hi,

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