SOLVED
Python Object output issue
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
iObject
5 - Atom
‎07-12-2023
12:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
1 REPLY 1
‎07-12-2023
05:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Resolved, pd.set_option for max rows was set to unlimited.
