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

JuliaData / DataFrames.jl / 3300 / 5
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2018 04:21PM UTC
Files 20
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

17 Nov 2018 04:15PM UTC coverage: 62.206% (-0.6%) from 62.781%
3300.5

push

travis-ci

web-flow
Add fast grouping method for CategoricalArray keys (#1600)

When grouping on a single CategoricalArray column, we don't need a Dict to get group codes.
This approach cannot be used when joining, as the Dict is needed.
group_rows now handles the sorting, which allows skipping this step if the grouping
is guaranteed to be sorted (as is the case for CategoricalArray).
This mechanism can be extended in the future to handle multiple CategoricalArray keys,
or integer keys (using radix sort).

1483 of 2384 relevant lines covered (62.21%)

1092.02 hits per line

Source Files on job 3300.5
  • Tree
  • List 0
  • Changed 13
  • Source Changed 4
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2844
  • Travis Job 3300.5
  • 84a3f254 on github
  • Prev Job for on master (#3288.1)
  • Next Job for on master (#3325.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc