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

Function test_read_csv

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

read_csvMethod · 0.80
computeMethod · 0.45

Tested by

no test coverage detected