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

JuliaStats / DataFrames.jl / 757
87%

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2014 10:55PM UTC
Jobs 4
Files 18
Run time 2min
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
757

push

travis-ci

garborg
Remove fixcolnames option added in #751

This was discussed and intentionally left out for all IO methods.

The plan is for `df.colname` to be the idiomatic way of specifying
a column in the near future (it already works on some experimental
AbstractDataFrame types), and `df.col.name`, for example, can't be
parsed as desired. (`.` is meaningful syntax in Julia, so using
`col.name` in place of a valid identifier is like using `col+name`
which wouldn't be valid in R, for example.

It's trivial to work around in user code if the user insists, but
it doesn't belong in any package code for now, though adding it
uniformly to all IO methods may be revisited later if the roadmap
changes.

1465 of 1584 relevant lines covered (92.49%)

932062.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 757.1 31 Dec 2014 10:55PM UTC 0
92.47
Travis Job 757.1
2 757.2 31 Dec 2014 10:55PM UTC 0
92.49
Travis Job 757.2
3 757.3 31 Dec 2014 10:57PM UTC 0
92.47
Travis Job 757.3
4 757.4 31 Dec 2014 10:57PM UTC 0
92.49
Travis Job 757.4
Source Files on build 757
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #757
  • f3a89d74 on github
  • Prev Build on master (#756)
  • Next Build on master (#758)
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