MCPcopy
hub / github.com/dask/dask / test_read_csv

Function test_read_csv

dask/bytes/tests/test_http.py:217–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215
216@pytest.mark.network
217def test_read_csv():
218 dd = pytest.importorskip("dask.dataframe")
219 url = (
220 "https://raw.githubusercontent.com/weierophinney/pastebin/"
221 "master/public/js-src/dojox/data/tests/stores/patterns.csv"
222 )
223 b = dd.read_csv(url)
224 b.compute()

Callers

nothing calls this directly

Calls 2

read_csvMethod · 0.80
computeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…