Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/observablehq/framework
/ csv
Function
csv
src/client/stdlib/sampleDatasets.js:26–29 ·
view source on GitHub ↗
(url, typed)
Source
from the content-addressed store, hash-verified
24
}
25
26
async
function
csv(url, typed) {
27
const
[contents, d3] =
await
Promise.all([text(url),
import
(
"npm:d3-dsv"
)]);
28
return
d3.csvParse(contents, typed && d3.autoType);
29
}
Callers
12
aapl
Function · 0.85
alphabet
Function · 0.85
cars
Function · 0.85
citywages
Function · 0.85
diamonds
Function · 0.85
flare
Function · 0.85
industries
Function · 0.85
olympians
Function · 0.85
penguins
Function · 0.85
pizza
Function · 0.85
weather
Function · 0.85
pmms.csv.js
File · 0.85
Calls
1
text
Function · 0.70
Tested by
no test coverage detected