Like all W&B Artifacts, Tables can be converted into pandas dataframes for easy data exporting.Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
- Check out the reference documentation on
artifacts. - Go through our Tables Walkthrough guide.
- Check out the Dataframe reference docs.