Forum Discussion

Steve331's avatar
Steve331
New Member
2 years ago
Solved

Python Error

I'm new to using PowerBi and Python and have tried enrolling on a course that shows how to build up a stocks and shares dashboard. I've used the commenads suggested but Python is coming up with the f...
  • lbendlin's avatar
    lbendlin
    2 years ago

    change

    Data.reset_index(inplace=True)

    to 

    data.reset_index(inplace=True)
  • Steve331's avatar
    Steve331
    2 years ago

    Ahh brilliant That worked-didn't notice I had that capital at start-Thanks so much for your help 🙂