Is there a better way to initialize a dataframe from a list of rows, in C#/F#
I have an array of DataFrameRow objects and want to add them to one another to make a DataFrame object.
I have an array of DataFrameRow objects and want to add them to one another to make a DataFrame object.