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