MrPowers commented on code in PR #238:
URL: https://github.com/apache/sedona-db/pull/238#discussion_r2478492993


##########
docs/delta-lake.ipynb:
##########
@@ -65,13 +65,11 @@
    "outputs": [],
    "source": [
     "countries.to_view(\"countries\")\n",
-    "df = sd.sql(\"select name, continent, ST_AsText(geometry) as geometry_wkt 
from countries\")\n",
+    "df = sd.sql(\n",
+    "    \"select name, continent, ST_AsText(geometry) as geometry_wkt from 
countries\"\n",
+    ")\n",
     "table_path = \"/tmp/delta_with_wkt\"\n",
-    "write_deltalake(\n",
-    "    table_path,\n",
-    "    df.to_pandas(),\n",
-    "    mode=\"overwrite\"\n",
-    ")"
+    "write_deltalake(table_path, df.to_pandas(), mode=\"overwrite\")"

Review Comment:
   I tried this, but it still has this error: "ValueError: C Data interface 
error: The datatype ""vu"" is still not supported in Rust implementation"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to