Log custom metadata in a table format
Last updated
Last updated
A Vectice Table
wraps a pandas dataframe into a table format, which you can then log to a Vectice iteration. This enables you to log custom metadata to Vectice in a tabular format.
You should not use Table
to store important or sensitive information. Table
is for storing low sensitive information that may support your documentation efforts.
For example, if you wish to log a few rows of additional low sensitive information not captured in the dataset, you can utilize Table
to log and document them into Vectice. See below for a code example:
Table()
has a maximum capacity of 100 rows and 20 columns.