paleolimbot commented on PR #94:
URL: https://github.com/apache/sedona-db/pull/94#issuecomment-3299546608
```
docs/quickstart-python.ipynb:cell 20:1:1: F821 Undefined name `sedonadb`
|
1 | sedonadb.options.interactive = True
| ^^^^^^^^ F821
2 | sd.sql("SELECT ST_Point(0, 1) as geom")
|
```
This can get fixed by removing that line and adding an explicit `.show()` to
the end of the statements later that return a data frame, or just removing it
for now. I'm planning on fixing that `options` line shortly (moving the options
to the `SedonaContext`, since `sedona DOT db.options.interactive = True`
doesn't work).
--
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]