Skip to content

Commit 2141507

Browse files
cfahlgren1lhoestq
andauthored
Update docs/hub/datasets-viewer-sql-console.md
Co-authored-by: Quentin Lhoest <[email protected]>
1 parent 894d376 commit 2141507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/datasets-viewer-sql-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For example, to plot a histogram of the `reason_len` column in the `SkunkworksAI
104104
</p>
105105

106106
```sql
107-
from histogram(train, len(reasoning_chains))
107+
FROM histogram(train, len(reasoning_chains))
108108
```
109109

110110
### Regex Matching

0 commit comments

Comments
 (0)