Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Run Python script from Power Query Editor

Hello all, I am trying to insert a descriptive statiscis table into my report. I come from the Python world, easier way from me is to run dataframe.describe(). After reading and make some research,...
  • v-kkf-msft's avatar
    v-kkf-msft
    5 years ago

    Hi Anonymous ,

     

    I can get correct result with df= df.describe(). Have you already installed the matplotlib and pandas packages?

     

    You can refer to the video: https://www.youtube.com/watch?v=FhpJLLfrx4c 

     

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

    Best Regards,
    Winniz

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.