Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion models/tables/tables-walkthrough.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<ColabLink url="https://colab.research.google.com/github/wandb/examples/blob/master/colabs/datasets-predictions/W%26B_Tables_Quickstart.ipynb" />

## 1. Log a table
Log a table with W&B. You can either construct a new table or pass a Pandas Dataframe.
Expand Down
Loading