• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dask / dask / 10938
53%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2019 06:04PM UTC
Jobs 2
Files 108
Run time 24min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
10938

push

travis-ci

mrocklin
Add support in read_csv for parameter skiprows for other iterables (#4560)

- The dask.dataframe.read_csv function now mimics more the behavior of
the pandas read_csv function
- The pandas read_csv function allows the
skiprows parameter to be of type range or set
- Also case when not assigning skiprows is now explicit

Test it out for yourself:

```python
import dask.dataframe as dd
import pandas as pd
df = pd.read_csv("file.csv", skiprows=range(18)) # this works anyway
df = dd.read_csv("file.csv", skiprows=range(18)) # this works only after fix
```

17200 of 18881 relevant lines covered (91.1%)

1.82 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10938.3 (PYTHON=3.6 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 07 Mar 2019 06:04PM UTC 0
91.1
Travis Job 10938.3
7 10938.7 (PYTHON=3.6 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 07 Mar 2019 06:28PM UTC 0
91.1
Travis Job 10938.7
Source Files on build 10938
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10938
  • 8d4e165b on github
  • Prev Build on master (#10937)
  • Next Build on master (#10942)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc