Skip to content

Commit 95c4591

Browse files
Remove deprecation notice in docstring
1 parent 3c05afd commit 95c4591

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

frictionless/table/header.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ class Header(List[str]): # type: ignore
2424
2525
> Constructor of this object is not Public API
2626
27-
> Deprecated: using a `Header` directly as a list is deprecated, as the list
28-
> ambiguously holds the names of the (possibly inferred) *schema* fields. Use its
29-
> properties instead: `labels` for the header row as read from the data source,
30-
> `fields`/`field_names` for the schema fields.
31-
3227
Parameters:
3328
labels (any[]): the header row as read from the data source
3429
fields (Field[]): the fields declared in the schema, in schema order

0 commit comments

Comments
 (0)