pub fn accumulate_dataframes_horizontal(
    dfs: Vec<DataFrame>
) -> Result<DataFrame>