I would like to have empty dataframe and them append/concat dataframes to or have a list of dataframes and concatinate them. How can I do that?
k
Kevin Wang
06/13/2024, 8:47 PM
Hi Aleksandar! We don't have a great way to create an empty dataframe with a certain schema, but if you would like to concatenate multiple dataframes with the same schema, you can use the DataFrame.concat function