Forum Discussion
ERIC_A
4 years agoHelper II
API with Python Returns Nothing
Hello I am trying to get a power BI connection to an intranet website to manipulate some data and put it in a table in powerBI. My python script works fine in Visual studio code but I don't know wh...
NvanOort
2 years agoFrequent Visitor
Thanks for your quick response!
Still no data unfortunately. Only using this part for the result now:
print(response.json())
Got an error message earlier that Matplotlib and Pandas was not installed. Done that in the meantime and to be sure I just tested the script by addring those libraries as import but that does not help eighter.
Sorry, I'am new to Python.
lbendlin
2 years agoSuper User