Forum Discussion
Run Python script from Power Query Editor
- 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,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your quick response, I tried that, getting data as follows : df=pd.read_csv('file.csv')
df= df.describe()
It's passing just the df with numbers (one column) no the whole descriptive statistics as it suppoused to.
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.
- Anonymous5 years agoNot applicable
That video solved my issue!!! Thanks!!!!! v-kkf-msft