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

petl-developers / petl
92%

Build:
DEFAULT BRANCH: master
Repo Added 25 Jul 2018 09:45PM UTC
Files 127
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1
  • 666-drop-table-if-exists
  • align-docs-changes-with-github
  • chore/reduce-linting
  • ci/fix-python-version-build
  • ci/fix-readthedocs
  • ci/fix-readthedocs-v2
  • dependabot/pip/lxml-4.6.5
  • doc/release1.7.16
  • feature/normalize-timestamps
  • feature/standardize-data
  • fix-filldown-header-only
  • fix-fromdicts-dicts-method-shadow
  • fix-header-method-shadow
  • fix-tojson-stdin-double-read
  • fix/ci-codacy
  • fix/ci-codacy-again
  • fix/ci-codacy-yaml
  • fix/ci-improve-scan-tests
  • fix/ci-macos
  • fix/ci-petl-setup
  • fix/util.base.expr
  • issue-627-parquet-output
  • json-inference-issue-644
  • master
  • patch-1
  • uneven_row_joins
  • v1.3.0
  • v1.3.0rc2
  • v1.3.0rc3
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.6.1
  • v1.6.2
  • v1.6.3
  • v1.6.4
  • v1.6.5
  • v1.6.6
  • v1.6.7
  • v1.6.8
  • v1.7.0
  • v1.7.1
  • v1.7.10
  • v1.7.11
  • v1.7.12
  • v1.7.13
  • v1.7.14
  • v1.7.15
  • v1.7.2
  • v1.7.3
  • v1.7.4
  • v1.7.5
  • v1.7.6
  • v1.7.7
  • v1.7.8
  • v1.7.9

29 Jul 2026 09:15PM UTC coverage: 91.683% (+0.1%) from 91.588%
30491666045

push

github

web-flow
Fix header instance attribute shadowing Table.header() across views (#704)

Fix header instance attr shadowing Table.header() method across views

Table binds header() as a class method, but many Table subclasses store
their header argument as self.header, silently replacing the method with
data. Calling the fluent .header() then raises TypeError, e.g.
fromcsv(p).header() -> 'NoneType' object is not callable.

Rename the stored attribute to self._header in every affected view, the
same fix #555 applied to fromdicts (renamed header -> _header, released
in 1.7.5 as a bugfix). Covers fromcsv, fromtext, fromjson, fromcolumns,
cat, pushheader, setheader, rowmap, rowmapmany, rowgroupmap, rowreduce,
mergesort and validate; #555 missed the fromjson sibling.

106 of 109 new or added lines in 12 files covered. (97.25%)

13845 of 15101 relevant lines covered (91.68%)

0.92 hits per line

Relevant lines Covered
Build:
Build:
15101 RELEVANT LINES 13845 COVERED LINES
0.92 HITS PER LINE
Source Files on master
  • Tree
  • List 127
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30491666045 master Fix header instance attribute shadowing Table.header() across views (#704) Fix header instance attr shadowing Table.header() method across views Table binds header() as a class method, but many Table subclasses store their header argument as sel... push 29 Jul 2026 09:17PM UTC web-flow github
91.68
30418165234 fix-header-method-shadow Merge fcc517c22 into 9c5090503 Pull #704 29 Jul 2026 02:58AM UTC web-flow github
91.68
30393925533 fix-header-method-shadow Merge c64ca8a1a into 9c5090503 Pull #704 28 Jul 2026 07:56PM UTC web-flow github
91.68
30330059606 master Fix DictsView.dicts instance attr shadowing Table.dicts() method (#697) `fromdicts()` returns a `DictsView` that stores its input as `self.dicts`, which shadows the `dicts()` method `Table` picks up from `Table.dicts = dicts` in `petl/util/base.p... push 28 Jul 2026 04:56AM UTC web-flow github
91.59
30225861295 fix-fromdicts-dicts-method-shadow Merge 3acdd00d2 into 841973d90 Pull #697 26 Jul 2026 11:46PM UTC web-flow github
91.59
29800110975 master Fix filldown RuntimeError on header-only tables filldown eagerly reads the first data row to seed its fill values, so a table with a header but no data rows raised "RuntimeError: generator raised StopIteration" (the StopIteration from next() esca... push 21 Jul 2026 04:04AM UTC juarezr github
91.59
29795648219 fix-filldown-header-only Merge 8be47044b into 97fbbfdc6 Pull #698 21 Jul 2026 02:24AM UTC web-flow github
91.59
29781908817 master chore: update changes in docs for version = 1.7.20 push 20 Jul 2026 09:55PM UTC juarezr github
91.58
29780656074 fix/ci-petl-setup Merge 8156d643f into 09104ece6 Pull #702 20 Jul 2026 09:35PM UTC web-flow github
91.58
29780188175 fix/ci-petl-setup Merge b085cf731 into 09104ece6 Pull #702 20 Jul 2026 09:28PM UTC web-flow github
91.58
See All Builds (548)
  • Repo on GitHub
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