Forum Discussion
Steve331
2 years agoNew Member
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...
- 2 years ago
change
Data.reset_index(inplace=True)to
data.reset_index(inplace=True) - 2 years ago
Ahh brilliant That worked-didn't notice I had that capital at start-Thanks so much for your help 🙂