Skip to content

Commit 229709f

Browse files
include table name in con.table() example (#776)
1 parent 82e4e8e commit 229709f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lonboard/_viz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def viz(
135135
136136
con = duckdb.connect()
137137
con.execute("CREATE TABLE spatial_table AS ...;")
138-
viz(con.table())
138+
viz(con.table("spatial_table"))
139139
```
140140
141141
!!! warning

0 commit comments

Comments
 (0)