Skip to main content
Like all W&B Artifacts, Tables can be converted into pandas dataframes for easy data exporting.

Convert table to artifact

First, you’ll need to convert the table to an artifact. The easiest way to do this using artifact.get(table, "table_name"):

Convert artifact to Dataframe

Then, convert the table into a dataframe:

Export Data

Now you can export using any method dataframe supports:

Next Steps