pivot

Function pivot 

Source
pub fn pivot(
    _df: &DataFrame,
    _values: &[String],
    _index: &[String],
    _columns: &[String],
    _aggregate_fn: Option<&str>,
) -> Result<DataFrame>
Expand description

Pivot DataFrame from long to wide format (placeholder)