From 727b022274c3712eb7b1b325a99c0ef9ff451739 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 25 Jul 2025 19:50:00 +0400 Subject: [PATCH] Remove U+200B character from Pandas docs (#3004) (cherry picked from commit fe5c43775adc30f4a292c9359df665e9c3d9f8fb) --- docs/reference/esql-pandas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/esql-pandas.md b/docs/reference/esql-pandas.md index 6c0b1f96a..5e7e0c886 100644 --- a/docs/reference/esql-pandas.md +++ b/docs/reference/esql-pandas.md @@ -355,7 +355,7 @@ You can now analyze the data with Pandas or you can also continue transforming t ## Analyze the data with Pandas [analyze-data] -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): +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): ```python response = client.esql.query(