Forum Discussion
vasimnps
6 years agoNew Member
Connection through python script
Following instructions from here https://docs.microsoft.com/en-us/power-bi/desktop-python-scripts I can run the following python code and generate data. import pandas as pd data = [['Alex',10],...
- 6 years ago
Hi vasimnps ,
What the version of Python do you install? If you use 3.7, please install Python 3.6 to have a try. And make sure you have installed Pandas package.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-xuding-msft
6 years agoCommunity Support
Hi vasimnps ,
What the version of Python do you install? If you use 3.7, please install Python 3.6 to have a try. And make sure you have installed Pandas package.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
vasimnps
6 years agoNew Member