Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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, it was suggested to run python script from Power Query Editor, ...I follow the instructions, but I don't see what it suppoused to be the descriptive statistics report ..it generates a empty Table. Can someone help with this ?
Thanks.
Solved! Go to Solution.
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.
@Anonymous , One of the ways I can think of is to try to load data using python connector and before you return dataset do some operations which you want and return the final dataset
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
87 | |
66 | |
52 | |
45 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |