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

JuliaData / CategoricalArrays.jl / 209 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2017 09:11AM UTC
Files 10
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

27 Jan 2017 09:00AM UTC coverage: 87.129% (+1.8%) from 85.321%
209.1

push

travis-ci

web-flow
Add cut function (#46)

Freely inspired by the DataArrays implementation. Differences:
- include lower bound instead of upper bound (consistent with R's
Hmisc::cut2 and Numpy's digitize, and more useful for positive variables)
- raise an error by default if some values are out of bounds, which avoids
computing extremas when not needed
- support transforming out of bounds values into nulls
- accept custom labels

Unfortunately, `cut(x, ngroups::Integer)` doesn't work for NullableArray
since they do not support quantile() yet.

440 of 505 relevant lines covered (87.13%)

22764.68 hits per line

Source Files on job 209.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 209
  • Travis Job 209.1
  • b86b31f5 on github
  • Prev Job for on master (#198.1)
  • Next Job for on master (#212.4)
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