Skip to main content
Module loader
teeny_
data
0.0.0
Module loader
Module Items
Functions
In teeny_
data::
dataset
teeny_data
::
dataset
Module
loader
Copy item path
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','
).