Function numbers::dataframe_create

source ·
pub fn dataframe_create(
    columns: Vec<String>,
    data: Vec<Vec<i128>>
) -> Result<DataFrame, &'static str>
Expand description

Creates a new dataframe