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

mrocklin / dask / 455
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 12 May 2015 04:08PM UTC
Jobs 1
Files 48
Run time 5s
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
455

push

travis-ci

mrocklin
String namespace

Examples
--------

    >>> import dask.bag as db
    >>> b = db.from_sequence(['Alice Smith', 'Bob Jones', 'Charlie Smith'])
    >>> list(b.str.lower())
    ['alice smith', 'bob jones', 'charlie smith']

    >>> list(b.str.match('*Smith'))
    ['Alice Smith', 'Charlie Smith']

    >>> list(b.str.split(' '))
    [['Alice', 'Smith'], ['Bob', 'Jones'], ['Charlie', 'Smith']]

25 of 25 new or added lines in 1 file covered. (100.0%)

4650 of 5012 relevant lines covered (92.78%)

0.93 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
dask/bag/core.py

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
pbag/core.py
2
100.0
dask/utils.py
2
100.0
dask/multiprocessing.py
6
100.0
dask/dot.py
6
100.0
dask/bag/core.py
17
100.0
dask/distributed/scheduler.py
18
100.0
dask/dataframe/core.py
19
100.0
dask/async.py
25
100.0
dask/distributed/worker.py
Jobs
ID Job ID Ran Files Coverage
2 455.2 12 May 2015 04:08PM UTC 0
92.78
Travis Job 455.2
Source Files on build 455
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #455
  • f7e2c611 on github
  • Prev Build on namespaces (#454)
  • Next Build on namespaces (#476)
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