paleolimbot commented on code in PR #94:
URL: https://github.com/apache/sedona-db/pull/94#discussion_r2352971787
##########
docs/overture-examples.ipynb:
##########
@@ -17,13 +17,13 @@
"metadata": {},
"outputs": [],
"source": [
- "import sedona.db\n",
+ "import sedonadb\n",
Review Comment:
```suggestion
"import sedona.db\n",
```
##########
docs/overture-examples.ipynb:
##########
@@ -17,13 +17,13 @@
"metadata": {},
"outputs": [],
"source": [
- "import sedona.db\n",
+ "import sedonadb\n",
"import os\n",
"\n",
"os.environ[\"AWS_SKIP_SIGNATURE\"] = \"true\"\n",
"os.environ[\"AWS_DEFAULT_REGION\"] = \"us-west-2\"\n",
"\n",
- "sd = sedona.db.connect()"
+ "sd = sedonadb.connect()"
Review Comment:
```suggestion
"sd = sedona.db.connect()"
```
--
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]