I am getting the pipe is broke error . I am using python version 3.9
import pandas as pd
import matplotlib.pyplot as plt
import re
from matplotlib import pyplot as plt
from matplotlib_venn import venn2
import numpy as np
from wordcloud import WordCloud
import matplotlib.pyplot as plt
excel_file = r’C:\Users\HARISH R\Exctracted_Data.xlsx’
df = pd.read_excel(excel_file)
print(20)#just to test whether the code is working
this is the code inside my python file . Main.xaml (7.7 KB)
Lets say i try to run this code and view its data frme in UiPath. how will i be able to do this . I want to load the data frame and make some visualizations with the data , its works on python interpretor . It is my organisations requirement that i should do this in UiPath.
import pandas as pd
import matplotlib.pyplot as plt
import re
from matplotlib import pyplot as plt
from matplotlib_venn import venn2
import numpy as np
from wordcloud import WordCloud
import matplotlib.pyplot as plt