File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ SELECT pgml.transform(
62
62
```
63
63
* Result*
64
64
65
- ``` json
65
+ ``` sql
66
66
french
67
67
-- ----------------------------------------------------------
68
68
@@ -87,7 +87,7 @@ SELECT pgml.transform(
87
87
) AS positivity;
88
88
```
89
89
* Result*
90
- ``` json
90
+ ``` sql
91
91
positivity
92
92
-- ----------------------------------------------------
93
93
[
@@ -200,7 +200,7 @@ SELECT pgml.transform(
200
200
) AS positivity;
201
201
```
202
202
* Result*
203
- ``` json
203
+ ``` sql
204
204
positivity
205
205
-- ----------------------------------------------------
206
206
[
@@ -227,7 +227,7 @@ SELECT pgml.transform(
227
227
) AS positivity;
228
228
```
229
229
* Result*
230
- ``` json
230
+ ``` sql
231
231
positivity
232
232
-- ---------------------------------------------
233
233
[
@@ -253,7 +253,7 @@ SELECT pgml.transform(
253
253
```
254
254
255
255
* Result*
256
- ``` json
256
+ ``` sql
257
257
258
258
market_sentiment
259
259
-- ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments