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

mrocklin / dask / 894
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 27 Aug 2015 04:01AM UTC
Jobs 1
Files 56
Run time 1s
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
894

push

travis-ci

Matthew Rocklin
Add function to make random time series

This is primarily for experimentation and demonstration

Example
-------

>>> import dask.dataframe as dd
>>> df = dd.demo.make_timeseries('2000', '2010',
...                              {'value': float, 'name': str, 'id': int},
...                              freq='2H', partition_freq='1D', seed=1)
>>> df.head()
                       id    name     value
2000-01-01 00:00:00   971   Edith -0.053963
2000-01-01 02:00:00   937   Kevin -0.625998
2000-01-01 04:00:00   965  Xavier -0.922559
2000-01-01 06:00:00  1011   Sarah  0.866421
2000-01-01 08:00:00  1005   Zelda -0.319609

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

6683 of 7108 relevant lines covered (94.02%)

0.94 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
dask/dataframe/demo.py
Jobs
ID Job ID Ran Files Coverage
2 894.2 27 Aug 2015 04:01AM UTC 0
94.02
Travis Job 894.2
Source Files on build 894
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #894
  • e0757b33 on github
  • Next Build on dd-demo (#895)
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