Upload a CSV to a report
To upload a CSV to a report, use the wandb.Table
format. Load the CSV in your Python script and log it as a wandb.Table
object. This action renders the data as a table in the report.
To upload a CSV to a report, use the wandb.Table
format. Load the CSV in your Python script and log it as a wandb.Table
object. This action renders the data as a table in the report.