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

mrocklin / dask / 1298
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 11 May 2016 09:26PM UTC
Jobs 1
Files 67
Run time 6s
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
1298

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%)

8453 of 9035 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
Jobs
ID Job ID Ran Files Coverage
2 1298.2 11 May 2016 09:26PM UTC 0
93.56
Travis Job 1298.2
Source Files on build 1298
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1298
  • 9caa2ab5 on github
  • Next Build on merge-inner (#1299)
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