Table.update#
- Table.update(
- data: DataSetAttributes | dict[str, NumpyArray[float]] | MatrixLike[float] | VectorLike[float],
Set the table data using a dict-like update.
- Parameters:
- data
DataSetAttributes|dict|MatrixLike[float] |VectorLike[float] Other dataset attributes, mapping, or array data to update from.
- data