Skip to content

Commit b3afffa

Browse files
update links pointing to elasticsearch repo (#2904)
(cherry picked from commit a5a8b52)
1 parent 6705ea6 commit b3afffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/esql-pandas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ You can now analyze the data with Pandas or you can also continue transforming t
355355

356356
## Analyze the data with Pandas [analyze-data]
357357

358-
In the next example, the [STATS …​ BY](elasticsearch://reference/query-languages/esql/esql-commands.md#esql-stats-by) command is utilized to count how many employees are speaking a given language. The results are sorted with the `languages` column using [SORT](elasticsearch://reference/query-languages/esql/esql-commands.md#esql-sort):
358+
In the next example, the [STATS …​ BY](elasticsearch://reference/query-languages/esql/commands/processing-commands.md#esql-stats-by) command is utilized to count how many employees are speaking a given language. The results are sorted with the `languages` column using [SORT](elasticsearch://reference/query-languages/esql/commands/processing-commands.md#esql-sort):
359359

360360
```python
361361
response = client.esql.query(

0 commit comments

Comments
 (0)