Skip to content

Commit

Permalink
fix: change duckdb calls in docs notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Sep 26, 2024
1 parent 4262f26 commit 3154fb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/loaders/osm_pbf_loader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,7 @@
"connection.load_extension(\"parquet\")\n",
"connection.load_extension(\"spatial\")\n",
"\n",
"features_relation = connection.read_parquet(str(reykjavik_features_gpq)).project(\n",
" \"* REPLACE (ST_GeomFromWKB(geometry) AS geometry)\"\n",
")\n",
"features_relation = connection.read_parquet(str(reykjavik_features_gpq))\n",
"features_relation"
]
},
Expand Down Expand Up @@ -396,7 +394,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.7"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 3154fb0

Please sign in to comment.