Log Tables
The simplest way to log a table is to log a pandas dataframe which will be automatically converted into a W&B Table.
wandb.log({"table": my_dataframe})

Tables UI
There are many ways to use tables with rich media and interactive visualization. For more detail please refer to Tables Walkthrough and wandb.data_types.Table.
Last modified 5mo ago