james-willis commented on issue #1734:
URL: https://github.com/apache/sedona/issues/1734#issuecomment-2569976982
I think all of the python DF API functions have decent docstrings in them.
The Scala ones are missing docstrings.
We could generate pydocs to have a 1 to 1 function to documentation on the
site.
However, I feel the pattern is pretty clear if you can find and read the df
api page:
```python
from pyspark.sql import *
myDF.withColumn("myColumn", ST_GeomFromEWKT(f.lit(...)))
```
--
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]