docs: update azure_container_apps_dynamic_sessions_data_analyst.ipynb (#22718)

colum -> column
pull/22759/head
Ikko Eltociear Ashimine 4 months ago committed by GitHub
parent e4183cbc4e
commit 4197c9c85f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",

Loading…
Cancel
Save