Contents:
Engine
Engine.shape
A tuple containing the number of rows and the number of columns in the table.
Examples
>>> from lace.examples import Satellites >>> engine = Satellites() >>> engine.shape (1164, 20)