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

mrocklin / dask / 1299
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 11 May 2016 09:32PM UTC
Jobs 1
Files 67
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
1299

push

travis-ci

Matthew Rocklin
Avoid shuffles when merging with Pandas objects

Previously dask.dataframe would convert all Pandas objects into
dask.dataframe objects.  In some cases this causes unnecessary shuffles.

In particular when you join a non-index column of a large dask.dataframe
against a small pandas table the right thing to do is to just move the
small pandas dataframe to all tasks, turning the computation into an
embarassingly parallel one.

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

8458 of 9040 relevant lines covered (93.56%)

0.94 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
100.0
dask/dataframe/multi.py

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
dask/array/random.py
11
100.0
dask/dataframe/multi.py
Jobs
ID Job ID Ran Files Coverage
2 1299.2 11 May 2016 09:32PM UTC 0
93.56
Travis Job 1299.2
Source Files on build 1299
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1299
  • 98278950 on github
  • Prev Build on merge-inner (#1298)
  • Next Build on merge-inner (#1300)
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