Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,6 @@ 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 |
+
<iframe width="100%" height="144" frameborder="0"
|
| 16 |
+
src="https://observablehq.com/embed/@frasergreenlee/python-lines-dataset?cells=chart"></iframe>
|