MCPcopy Create free account
hub / github.com/dask/dask / test_read_csv

Function test_read_csv

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

read_csvMethod · 0.80
computeMethod · 0.45

Tested by

no test coverage detected