Function datafusion_python::datafusion_common::utils::transpose
source ยท pub fn transpose<T>(original: Vec<Vec<T>>) -> Vec<Vec<T>>Expand description
Transposes the given vector of vectors.
pub fn transpose<T>(original: Vec<Vec<T>>) -> Vec<Vec<T>>Transposes the given vector of vectors.