datascience.tables.Table.empty

classmethod Table.empty(labels=None)[source]

Creates an empty table. Column labels are optional. [Deprecated]

Args:
labels (None or list): If None, a table with 0

columns is created. If a list, each element is a column label in a table with 0 rows.

Returns:

A new instance of Table.