Update query.md (#5071)

Changes suggested By Darren Bruton via slack thread:

https://influxdata.slack.com/archives/C04768675QD/p1691182516418369
pull/5073/head
Gary Fowler 2023-08-07 04:33:45 -10:00 committed by GitHub
parent 91036b81bf
commit 086366cb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ _If your project's virtual environment is already running, skip to step 3._
'''
table = client.query(query=sql)
print(reader.to_pandas().to_markdown())
print(table.to_pandas().to_markdown())
```
{{< expand-wrapper >}}