Forum Discussion
LauraBueno
Helper III
5 years agoRunning Python Scripts from Power BI
Hi, I'm trying to run the example below from Power Bi, however I'm getting the following error: import pandas as pd data = [['Alex',10],['Bob',12],['Clarke',13]] df = pd.DataFrame(data,...
- 5 years ago
LauraBueno , Reinstall numpy. make sure you use PIP install
check the description of this video for various command and error solution links
amitchandak
Super User
5 years agoLauraBueno , Reinstall numpy. make sure you use PIP install
check the description of this video for various command and error solution links
LauraBueno
Helper III
5 years agoamitchandak Thanks a lot! that worked! 🙂