Skip to main content

make_create_dataframe

Function make_create_dataframe 

Source
pub fn make_create_dataframe<K>(
    col_names: Vec<K>,
) -> Fallible<Transformation<VectorDomain<VectorDomain<AtomDomain<String>>>, SymmetricDistance, DataFrameDomain<K>, SymmetricDistance>>
where K: Hashable,
👎Deprecated since 0.12.0:

Use Polars instead.

Expand description

Make a Transformation that constructs a dataframe from a Vec<Vec<String>> (a vector of records).

§Arguments

  • col_names - Column names for each record entry.

§Generics

  • K - categorical/hashable data type of column names