From 4197c9c85f8558666fd33485ab99fece063f3673 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 11 Jun 2024 05:33:40 +0900 Subject: [PATCH] docs: update azure_container_apps_dynamic_sessions_data_analyst.ipynb (#22718) colum -> column --- .../azure_container_apps_dynamic_sessions_data_analyst.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/azure_container_apps_dynamic_sessions_data_analyst.ipynb b/cookbook/azure_container_apps_dynamic_sessions_data_analyst.ipynb index 4dba82abdae..fb79cfaff8e 100644 --- a/cookbook/azure_container_apps_dynamic_sessions_data_analyst.ipynb +++ b/cookbook/azure_container_apps_dynamic_sessions_data_analyst.ipynb @@ -273,7 +273,7 @@ "source": [ "# Tool schema for querying SQL db\n", "class create_df_from_sql(BaseModel):\n", - " \"\"\"Execute a PostgreSQL SELECT statement and use the results to create a DataFrame with the given colum names.\"\"\"\n", + " \"\"\"Execute a PostgreSQL SELECT statement and use the results to create a DataFrame with the given column names.\"\"\"\n", "\n", " select_query: str = Field(..., description=\"A PostgreSQL SELECT statement.\")\n", " # We're going to convert the results to a Pandas DataFrame that we pass\n",