load_csv
load_csv(filepath, [timeout])
Load a CSV file as a dictionary of lists (columns)
Syntaxe
var data = load_csv("data.csv");
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
filepath | yes | - | Path to CSV file or URL |
timeout | - | - | Network timeout in ms (optional) |