Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Python Object output issue

iObject
5 - Atom

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:

 

image.png 

 

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?

1 REPLY 1
iObject
5 - Atom

Resolved, pd.set_option for max rows was set to unlimited.

Labels