Skip to main content

Module loader

Module loader 

Source
Expand description

CSV dataset loading.

Functions§

load_csv
Downloads the CSV at url and parses every field as T, returning it as a 2D ndarray (rows × columns). delimiter is the field separator byte (e.g. b',').