cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Labraham36
Helper I
Helper I

Python with Power BI

Hello everyone! My question is about testing the connection between Power BI and Python. I want to execute the following script to fetch data:

 

import seaborn as sns

tips = sns.load_dataset("tips")

 

Both Python and seaborn are installed on my machine. However, I'm receiving the following error:

 

"Details: "ADO.NET: ÞУŧћøñ ŝ¢ѓĭρť έřґσŕ. <pi>Traceback (most recent call last): File "C:\Users\Leandro Abraham\PythonScriptWrapper_a0910a4b-8264-4f00-a036-fb32a9031bdc\PythonScriptWrapper.PY", line 2, in <module> import os, pandas, matplotlib ModuleNotFoundError: No module named 'pandas' </pi>"

 

It seems strange to me because I'm not using the Pandas library in my script at all. What could it be? The version of pandas installed is 1.2.4.

 

Thank you!

1 REPLY 1
lbendlin
Super User
Super User

the python engine that you specified in the Power BI Desktop settings needs to have both pandas and matplotlib installed.  This requirement is mentioned in the documentation.

 

Run Python scripts in Power BI Desktop - Power BI | Microsoft Learn

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors