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: typetypeThe type of the field. This could be one of None, str, int, or float. width: intThe width of the field in characters.