Documentation
English
Search…
⌃K
English
Weights & Biases
Quickstart
Examples
Guides
Experiment Tracking
Launch Experiments with wandb.init
Configure Experiments with wandb.config
Log Data with wandb.log
Log Media & Objects
Log Plots
Log Tables
Import CSV
Logging FAQs
Send Alerts with wandb.alert
Dashboards
Limits & Performance
Import & Export Data
Tracking Jupyter Notebooks
Advanced Features
Artifacts
Tune Hyperparameters
Collaborative Reports
Launch Jobs
Data and model versioning
Model Management
Data Visualization
Integrations
Private Hosting
Technical FAQ
Reference
About Us
Homepage
Powered By GitBook

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.
Previous
Log Plots
Next
Import CSV
Last modified 5mo ago
Copy link