Forum Discussion

vasimnps's avatar
vasimnps
New Member
6 years ago
Solved

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],...
  • v-xuding-msft's avatar
    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.