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

dsten / datascience / 215
73%
master: 74%

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

pending completion
215

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

Jobs
ID Job ID Ran Files Coverage
1 215.1 06 Oct 2015 04:59AM UTC 0
72.95
Travis Job 215.1
Source Files on build 215
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #215
  • d1595fd9 on github
  • Next Build on new-row-representation (#216)
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