pub fn dataframe_create( columns: Vec<String>, data: Vec<Vec<i128>> ) -> Result<DataFrame, &'static str>
Creates a new dataframe