ExPolars.Native (ExPolars v0.1.0-dev) View Source
Documentation for Native
.
Link to this section Summary
Link to this section Functions
Link to this function
df_read_csv(filename, infer_schema_length \\ 100, batch_size \\ 64, has_header \\ true, ignore_errors \\ false, stop_after_n_rows \\ nil, skip_rows \\ 0, projection \\ nil, sep \\ ",", rechunk \\ true, columns \\ nil, encoding \\ "utf8")
View Source
Link to this function