Why are you working with a vector of DataFrames? Why not just
vdf = reduce(vcat, V)
and then
combine(groupby(vdf, :Time), :Data => mean)
?
Why are you working with a vector of DataFrames? Why not just
vdf = reduce(vcat, V)
and then
combine(groupby(vdf, :Time), :Data => mean)
?