limited-hairdresser-5419
11/24/2023, 12:59 PM@dynamic
workflow that returns a gets tasks that returns a Dataframe
how can I concat those frames at the end or after the dynamic into one single frame ? 🤔
my flow returns list[pd.DataFrame]:
and then concat task takes
@task
def concat_frames(frames: list[pd.DataFrame]) -> pd.DataFrame:
return pd.concat(frames)
In my main workflow I then
concat_frames(frames=action_frames)
freezing-airport-6809
limited-hairdresser-5419
11/24/2023, 3:40 PMlimited-hairdresser-5419
11/24/2023, 3:40 PMtall-lock-23197
limited-hairdresser-5419
11/27/2023, 7:04 AMtall-lock-23197
limited-hairdresser-5419
11/27/2023, 7:53 AM=
instead of the :