Crate mule[][src]

Structs

Dataset

Strongly-typed columnar dataset

DefaultTyper

Default typing scheme

RawValue

A CSV value

ReadingOptions

Enums

Column

Column of typed values

ColumnValue

A single value in a dataset’s column

SchemaInferenceDepth

Number of lines to read while inferring the dataset schema

Separator

Dataset separator used while reading

Value

Fully typed value

ValueType

Tag of typed values

Traits

Typer

Infers the type of a raw value

ValueParser

Parsing of CSV raw values into primitive types

Functions

infer_schema

Infer the schema of a file by determining the type of each column as the one that most of the column values can be parsed into.

infer_separator

Infer the separator as the most commonly used separator in the file

read_file

Opens and reads the dataset at the specified file using the default options and type system.

Type Definitions

Result
TypedDataset