Hello,
Version 2020.2.3.27789
I'm trying to output a DF from the Python object using alteryx.write(df, 1). The workflow is able to run, but the issue is that when I go back into the python object, it "hangs" and never lets me actually access the jupyter notebook because the alteryx.write(df, 1) command is trying to print the output. In previous workflows, all I see is
SUCCESS: writing outgoing connection data 1
but now, I'm seeing the below:
I was able to troubleshoot this by reducing the DF size output with ".head()", but that's where I got stuck. Any way around this?
Solved! Go to Solution.
Resolved, pd.set_option for max rows was set to unlimited.