How do I append (row-bind) a collection of DataFrames together into one?

Just use reduce(vcat, a)

Learned from https://github.com/bkamins/Julia-DataFrames-Tutorial/blob/master/06_rows.ipynb

1 Like