MCPcopy Create free account
hub / github.com/wireservice/csvkit / RequiredHeaderError

Class RequiredHeaderError

csvkit/exceptions.py:39–43  ·  view source on GitHub ↗

Exception raised when an operation requires a CSV file to have a header row.

Source from the content-addressed store, hash-verified

37
38
39class RequiredHeaderError(CustomException):
40 """
41 Exception raised when an operation requires a CSV file to have a header row.
42 """
43 pass

Callers 1

print_column_namesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected