Forum Discussion
Anonymous
7 years agoNot applicable
Passing Parameters/Variables into python Script
Dear Community, I am trying to build a function for web scrapping using a python script. I want to pass a parameter as a variable to the python script. I tried following the parameter passing fo...
Anonymous
6 years agoNot applicable
You need to concatenate text with & and not +
The following works fine for me:
let
Source = Python.Execute("import pandas#(lf) azureAppid='" & paramAzureAppID & "'#(lf)",
df1 = Source{[Name="df"]}[Value]
in
df1