There was an error while loading. Please reload this page.
1 parent 3c05afd commit 95c4591Copy full SHA for 95c4591
1 file changed
frictionless/table/header.py
@@ -24,11 +24,6 @@ class Header(List[str]): # type: ignore
24
25
> Constructor of this object is not Public API
26
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
-
32
Parameters:
33
labels (any[]): the header row as read from the data source
34
fields (Field[]): the fields declared in the schema, in schema order
0 commit comments