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

JuliaStats / DataFrames.jl / 757 / 1
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2014 10:55PM UTC
Files 18
Run time 9s
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

31 Dec 2014 10:37PM UTC coverage: 92.473%. Remained the same
757.1

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.

1462 of 1581 relevant lines covered (92.47%)

233457.72 hits per line

Source Files on job 757.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 757
  • Travis Job 757.1
  • f3a89d74 on github
  • Prev Job for on master (#756.1)
  • Next Job for on master (#758.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