import whittaker as wk
rows = wk.list_datasets()
[r["name"] for r in rows]['mcycle',
'co2',
'fish',
'credit',
'wages',
'proportions',
'meuse',
'survival',
'abalone',
'climate']
Return a list of all built-in datasets with their metadata.
Usage
list[dict[str, str]]name, description, variables, family, and note.