Hi
I have successfully called an API and got my response in the Python tool but I don't know how to get the response into an output node.
Thanks
It has to be a Pandas Data frame. Then you can do Alteryx.write(df,1)
An example...
output_df = DataFrame(packages ,columns=["package","version"])
Alteryx.write(output_df,1)
Can I get that Outputdata into a Pandas data frame, is there another step I could write?
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |