View source on GitHub |
Simplified representation of a column spec.
tfdf.inspector.SimpleColumnSpec(
name, type, col_idx=None
)
For the (full) column spec, use "data_spec_pb2.columns[i]" directly.
Attributes | |
---|---|
name
|
A namedtuple alias for field number 0
|
type
|
A namedtuple alias for field number 1
|
col_idx
|
A namedtuple alias for field number 2
|