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

dsten / datascience / 206
74%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2015 06:41PM UTC
Jobs 1
Files 4
Run time 0s
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
206

push

travis-ci

deculler
Created pivot_bin that parallels bin and obviates pivot_hist.

    def pivot_bin(self, pivot_columns, value_column, bins=None, **vargs) :
        """Form a table with columns formed by the unique tuples in pivot_columns
        containing counts per bin of the values associated with each tuple in the value_column.

This is critical for when the data set contains varying number of entries in logical 'categories'
as given by values in categorical columns.  text/demo/HealthEx-Pivot-Hist notebook demonstrates this
for health data

694 of 952 relevant lines covered (72.9%)

0.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 206.1 02 Oct 2015 06:41PM UTC 0
72.9
Travis Job 206.1
Source Files on build 206
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #206
  • bac1b1a7 on github
  • Prev Build on master (#203)
  • Next Build on master (#208)
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