Function concat_df

Source
pub fn concat_df(
    dfs: &Bound<'_, PyAny>,
    py: Python<'_>,
) -> PyResult<PyDataFrame>