traveler.templates.persons.Persons.shape# property Persons.shape: tuple[int, ...][source]# Return the one-dimensional row shape of the table. Returns: (n_rows,) for a table with vector columns, or () for a scalar-only table. Return type: tuple[int, …]