Merge branch 'main' of https://huggingface.co/datasets/Fraser/python-state-changes
Browse files
README.md
CHANGED
@@ -11,4 +11,5 @@ Scraped from my dataset of traced HackerRank solutions. https://www.kaggle.com/f
|
|
11 |
{"start": "b = 15", "code": "b = b // 2", "end": "b = 7"}
|
12 |
```
|
13 |
|
14 |
-
Get an overview of the dataset from seeing the frequency of different ASTs.
|
|
|
|
11 |
{"start": "b = 15", "code": "b = b // 2", "end": "b = 7"}
|
12 |
```
|
13 |
|
14 |
+
## Get an overview of the dataset from seeing the frequency of different ASTs.
|
15 |
+
👉 https://observablehq.com/@frasergreenlee/python-lines-dataset#chart
|