Hi y'all, can a task output a `list[DataFrame]` ?
# flyte-support
l
Hi y'all, can a task output a
list[DataFrame]
?
c
Yes. I have been doing this a bit and not had any issues 🙂.
l
I'm loading a table basically into a dataframe but I didn't know a dataframe can have multiple rows 🤦‍♂️
c
I'm confused. A dataframe is designed to store tabular data, with lots of rows.
l
yes, and I'm basically rewriting code that has
list[Foo]
to using dataframes instead so I didn't know `