Skip to content

Commit

Permalink
adds note
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Nov 7, 2024
1 parent 478b75c commit f86884f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/integrations/duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@ df = pd.DataFrame({"x": range(100)})
%sql engine
```

```{important}
If you're using DuckDB 1.1.0 or higher, you must run this before querying a data frame
~~~sql
%sql SET python_scan_all_frames=true
~~~
```

```{code-cell} ipython3
%%sql
SELECT *
Expand Down

0 comments on commit f86884f

Please sign in to comment.