How do I convert a geometry column from binary format to string format in a pyspark dataframe?

前端 未结 0 381
伪装坚强ぢ
伪装坚强ぢ 2020-12-03 15:12

Here is my attempt at this:

%sql SELECT df1.*,df1.geometry.STAsText() as geom_text FROM df_geo df1.

This obviously fails because it is not a table

相关标签:
回答
  • 消灭零回复
提交回复
热议问题