vice.core.dataframe.fromfile.size

Type : tuple

Contains two integers: the (length, width) of the dataframe.

Example Code

>>> import vice
>>> example = vice.mdf("example")
>>> example.size
        (80, 8)