kadolor commented on code in PR #66:
URL: https://github.com/apache/sedona-db/pull/66#discussion_r2354254572
##########
docs/programming-guide.ipynb:
##########
@@ -25,23 +25,23 @@
"metadata": {},
"outputs": [],
"source": [
- "import sedonadb\n",
+ "import sedona.db\n",
"\n",
- "sd = sedonadb.connect()"
+ "sd = sedona.db.connect()"
]
},
{
"cell_type": "markdown",
"id": "7aeaa60f-2325-418c-8e72-4344bd4a75fe",
"metadata": {},
"source": [
- "Now let’s see how to create SedonaDB DataFrames.\n",
+ "Now, let's see how to create SedonaDB dataframes.\n",
Review Comment:
In text, as opposed to discussing, say, a class, it would be "data frame."
--
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]