Skip to content

Commit

Permalink
more explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Oct 3, 2024
1 parent 65d58a3 commit 0b84b77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/en/chdb/guides/query-remote-clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Let's import chDB:
import chdb
```

The following query uses the `remoteSecure` function to return the number of downloads per day of the [`openai` package](https://clickpy.clickhouse.com/dashboard/openai) as a Pandas DataFrame:
We're going to query ClickPy using the `remoteSecure` function.
This function takes in a host name, table name, and username at a minimum.

We can write the following query to return the number of downloads per day of the [`openai` package](https://clickpy.clickhouse.com/dashboard/openai) as a Pandas DataFrame:

```python
query = """
Expand Down

0 comments on commit 0b84b77

Please sign in to comment.