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

JuliaData / DataFrames.jl / 2070
93%

Build:
DEFAULT BRANCH: master
Ran 15 Oct 2017 05:45PM UTC
Jobs 2
Files 19
Run time 12min
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
2070

Pull #1261

travis-ci

web-flow
Avoid calling vcat(dfs...) in combine()

This avoids compiling specialized methods for each number of arguments,
which can be very large when using groupby(). The code does not take
advantage at all of that information anyway. The code prior to
refactoring used to do that, by exporting
vcat(::Vector{AbstractDataFrame}). Use an internal method instead since
this is non-standard.

Incidentally, this fixes a small bug introduced in the refactoring: when
working with an empty data frame, vcat() was called, and it returns
Any[0], which surprisingly implied the addition of a bogus x1 column to
the result. The test was actually correct before refactoring.
Pull Request #1261: Avoid calling vcat(dfs...) in combine()

2 of 2 new or added lines in 2 files covered. (100.0%)

1283 of 1768 relevant lines covered (72.57%)

2188.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2070.1 15 Oct 2017 05:45PM UTC 0
72.57
Travis Job 2070.1
2 2070.2 15 Oct 2017 05:58PM UTC 0
72.57
Travis Job 2070.2
Source Files on build 2070
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2070
  • Pull Request #1261
  • PR Base - master (#2060)
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