ihb2032/MoonFrame/io does not have a README file
pub struct CsvReadOptions {
has_header : Bool
delimiter : Char
infer_schema_rows : Int
strict_column_count : Bool
on_parse_error : OnParseError
allow_nonfinite_floats : Bool
strict_quotes : Bool
// private fields
}fn CsvReadOptions::CsvReadOptions(has_header? : Bool, delimiter? : Char, infer_schema_rows? : Int, null_values? : Array[String], strict_column_count? : Bool, on_parse_error? : OnParseError, allow_nonfinite_floats? : Bool, strict_quotes? : Bool) -> CsvReadOptionspub struct CsvWriteOptions {
header : Bool
delimiter : Char
null_value : String
sanitize_formulas : Bool
}fn CsvWriteOptions::CsvWriteOptions(header? : Bool, delimiter? : Char, null_value? : String, sanitize_formulas? : Bool) -> CsvWriteOptionsfn JsonReadOptions::JsonReadOptions(infer_schema_rows? : Int, on_parse_error? : OnParseError) -> JsonReadOptionsA lightweight DataFrame and tabular-data library for MoonBit
Dependencies