Field#

class hollerith.Field(type: None = None, width: int = None)#

A hollerith Field

Used when writing tables in write_table to format columns in a fixed width line.

Parameters:
typetype

The type of the field. This could be one of None, str, int, or float.

width: int

The width of the field in characters.