diff --git a/models/tables/tables-walkthrough.mdx b/models/tables/tables-walkthrough.mdx index bd69cd5b27..8ebafd2ce6 100644 --- a/models/tables/tables-walkthrough.mdx +++ b/models/tables/tables-walkthrough.mdx @@ -3,9 +3,13 @@ description: Explore how to use W&B Tables with this 5 minute Quickstart. title: 'Tutorial: Log tables, visualize and query data' --- +import { ColabLink } from '/snippets/_includes/colab-link.mdx'; + The following Quickstart demonstrates how to log data tables, visualize data, and query data. -Select the button below to try a PyTorch Quickstart example project on MNIST data. +Select the button below to try a PyTorch Quickstart example project on MNIST data. + + ## 1. Log a table Log a table with W&B. You can either construct a new table or pass a Pandas Dataframe.