You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a method to add a dataframe inside a state? Saw this discussion #935 from Jul 24 where @hwchase17 mentioned that the team is working on something. Any updates to do this cleanly?
I have a graph where tools (thanks for the recent update which lets tools update states @vbarda although still to try it out) populate or edit a dataframe which is used in subsequent steps. Am trying to pass the dataframe as an artifact but the approach is very buggy and I keep getting:
ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi friends,
Is there a method to add a dataframe inside a state? Saw this discussion #935 from Jul 24 where @hwchase17 mentioned that the team is working on something. Any updates to do this cleanly?
I have a graph where tools (thanks for the recent update which lets tools update states @vbarda although still to try it out) populate or edit a dataframe which is used in subsequent steps. Am trying to pass the dataframe as an artifact but the approach is very buggy and I keep getting:
ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
Request some help with this! Thanks
Beta Was this translation helpful? Give feedback.
All reactions