Transform a dataset with delimted text lines into a dataset with named columns
dataset_decode_delim(dataset, record_spec, parallel_records = NULL)
Dataset containing delimited text lines (e.g. a CSV)
Specification of column names and types (see delim_record_spec()
).
(Optional) An integer, representing the number of records to decode in parallel. If not specified, records will be processed sequentially.
Other dataset methods:
dataset_batch()
,
dataset_cache()
,
dataset_collect()
,
dataset_concatenate()
,
dataset_filter()
,
dataset_interleave()
,
dataset_map()
,
dataset_map_and_batch()
,
dataset_padded_batch()
,
dataset_prefetch()
,
dataset_prefetch_to_device()
,
dataset_reduce()
,
dataset_repeat()
,
dataset_shuffle()
,
dataset_shuffle_and_repeat()
,
dataset_skip()
,
dataset_take()
,
dataset_take_while()
,
dataset_window()