Hi <@ULVA73B9P> What is the best way to work with ...
# ask-marvin
g
Hi @Marvin What is the best way to work with tabular data in Prefect? I want to add another column to my data frame using a task that is run in parallel or concurrently. We have a column
description
and we'd like to summarize it into a new column called
description_summary
by calling an LLM. We want the LLM calls to happen in parallel or concurrently.