Saving a dataframe as a parquet with geometry column

117 Views Asked by At

I currently have a column that contains POINT geometry values and using AWS Wrangler I can save it as a CSV, but when I try to save it as a parquet it raises this error:

pyarrow.lib.ArrowTypeError: Did not pass numpy.dtype object

We are using the latest AWS Wrangler library and an updated pyarrow library (12.0.1) so I am not sure what the issue is, as other people experiencing this issue have said that its because of a previous library version.

0

There are 0 best solutions below