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

dsten / datascience / 215 / 1
73%
master: 74%

Build:
Build:
LAST BUILD BRANCH: readthedocs
DEFAULT BRANCH: master
Ran 06 Oct 2015 04:59AM UTC
Files 4
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

06 Oct 2015 04:54AM UTC coverage: 72.953%. First build
215.1

push

travis-ci

mDibyo
Provide new minimal representation for row

A row was earlier represented as a namedtuple. But this resulted in
the restriction that a table could not have more than 255 columns
(see http://stackoverflow.com/questions/18550270/any-way-to-bypass-namedtuple-255-arguments-limitation).

The new representation is a subclass of tuple which still
approximately provides access to column labels and has the same
representation. Additionally, column values can be accessed as
attributes and a mapping from column label to values can be obtained
using the asdict() method. Other behavior can be filled in as
required.

704 of 965 relevant lines covered (72.95%)

0.73 hits per line

Source Files on job 215.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 215
  • Travis Job 215.1
  • d1595fd9 on github
  • Next Job for on new-row-representation (#216.1)
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