wandb.data_types.Media
. This means you can embed Images
, Video
, Audio
, and other sorts of rich, annotated media directly in Tables, alongside other traditional scalar values.data
or dataframe
parameters:add_data
, add_column
, and add_computed_column
functions for adding rows, columns, and columns computed from data in other columns, respectively:run.log({"my_table": table})
or added to artifacts using artifact.add(table, "my_table")
:allow_mixed_types
flag which will disable type checking on the data. This will result in some table analytics features being disabled due to lack of consistent typing.columns
data
dataframe
data
and columns
arguments are ignored.optional
None
values are allowed. Default to True - If a singular bool value, then the optionality is enforced for all columns specified at construction time - If a list of bool values, then the optionality is applied to each column - should be the same length as columns
applies to all columns. A list of bool values applies to each respective column.allow_mixed_types
add_column
add_computed_columns
fn
ndx
is an integer representing the index of the row. Only included if include_ndx
is set to True
. row
is a dictionary keyed by existing columnsadd_data
add_row
cast
col_name
dtype
optional
get_column
get_index
index_ref
iterrows
set_fk
set_pk
MAX_ARTIFACT_ROWS
200000
MAX_ROWS
10000