scipp.table#

scipp.table(obj, max_rows=20)#

Create an HTML table from the contents of the supplied object.

Possible inputs are:
  • Variable

  • DataArray

  • Dataset

  • dict of Variable

  • dict of DataArray

Inputs must be one-dimensional. Zero-dimensional data members, attributes and coordinates are stripped. Zero-dimensional masks are broadcast.

Parameters