misikoff commited on
Commit
78c4c36
1 Parent(s): c83a125

feat: add colab notebook link

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -678,4 +678,10 @@ Value Columns
678
  from datasets import load_dataset
679
 
680
  dataset = load_dataset("misikoff/zillow", 'home_values', trust_remote_code=True)
681
- ```
 
 
 
 
 
 
 
678
  from datasets import load_dataset
679
 
680
  dataset = load_dataset("misikoff/zillow", 'home_values', trust_remote_code=True)
681
+ ```
682
+
683
+ ## Example Notebook
684
+
685
+ Linked below is an example notebook that demonstrates usage and analysis of one of the configs of this dataset.
686
+
687
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1lEPLbWsOKmNBzkPWT30RCBVxhG1LWkGg?usp=sharing)