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

mrocklin / dask / 681
92%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 06 Jul 2015 02:26PM UTC
Jobs 1
Files 45
Run time 4s
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
681

push

travis-ci

mrocklin
Add dd.from_dask_array function

Example
-------

>>> import dask.array as da
>>> import dask.dataframe as dd
>>> x = da.ones((4, 2), chunks=(2, 2))
>>> df = dd.io.from_dask_array(x, columns=['a', 'b'])
>>> df.compute()
   a  b
0  1  1
1  1  1
2  1  1
3  1  1

cc @ogrisel

5347 of 5788 relevant lines covered (92.38%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
2 681.2 06 Jul 2015 02:26PM UTC 0
92.38
Travis Job 681.2
Source Files on build 681
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #681
  • 98c4bed4 on github
  • Prev Build on array-to-dataframe (#680)
  • Next Build on array-to-dataframe (#682)
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