Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Pandas is not recognized.

When running the script the visual displays "Can't display this visual. See details"

I click it and it says:

Python script error.

<pi> File "PythonScriptWrapper.PY", line 18

  dataset = pd.DataFrame(DT , DT Code)

                           ^

SyntaxError: invalid syntax

</pi>

 

I have the following code. 

 

1 # The following code to create a dataframe and remove duplicated rows is always executed and acts as a preamble for your  script:

2 import pandas as pd

3 dataset = pd.DataFrame(DT , DT Code)

4 # dataset = dataset.drop_duplicates()

5 import matplotlib.pyplot as plt

6 dataset.plot(kind='bar',x='DT)',y='DT')

7 plt.show()

 

Lines 1,3,4 are auto generated when I click and drag my data into the python visual. I impetrated pandas to try and fix the issue i have

I plot DT vs DT since I know they are the same length and that way I know there is not a plotting error. 

 

I have pandas, numpy, and matplot lib installed and have even referenced my script to a new env instead of my root python to try to get it to work. I am using python 3.8. 

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Which version of the Pandas package are you using?

 

Regards,
Community Support Team _ Jing

Anonymous
Not applicable

Hey @v-jingzhang ,

 

I am using pandas version 1.0.5

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.