Forum Discussion

nadavsnn's avatar
nadavsnn
Frequent Visitor
3 years ago
Solved

Python visual error

hi all  I am trying to create a Python visual. when running the script on my Pycharm that uses a CSV file as that was exported from the dataset the code is working. the original code is even working...
  • nadavsnn's avatar
    nadavsnn
    3 years ago

    I found out there was a bug in my code. the order of the columns in the CSV was different than the order in the dataset so this code addressed the wrong column - phase_name = d.iloc[0,1]

     

    . the visual is working now.