Forum Discussion
Steve331
3 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...
- 3 years ago
change
Data.reset_index(inplace=True)to
data.reset_index(inplace=True) - 3 years ago
Ahh brilliant That worked-didn't notice I had that capital at start-Thanks so much for your help 🙂
lbendlin
3 years agoSuper User
before you can use that module in Power BI you need to add it to your PC's Python install, via pip, for example.
Steve331
3 years agoNew Member
Thanks lbendlin
I fixed that issue but now I have the following error message :
Details: "ADO.NET: Python script error.
<pi>NameError: name 'Data' is not defined. Did you mean: 'data'?
</pi>"
<pi>NameError: name 'Data' is not defined. Did you mean: 'data'?
</pi>"