string
Functions¶
column_it ¶
A simple version of Unix's column utility. This assumes the table is NxM.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
rows
|
List[List[str]]
|
the rows to adjust. Each row must have the same number of delimited fields. |
required |
delimiter
|
str
|
the delimiter for each field in a row. |
' '
|