alex-imb opened a new issue, #1423: URL: https://github.com/apache/sedona/issues/1423
## Expected behavior I have a file at "country.parquet" with 1 polygon/country. I expect that calling the following code would read in the data. I used the example from the [Sedona documentation](https://sedona.apache.org/1.6.0/tutorial/sql/#load-geoparquet). I have had many similar issues across many versions of Sedona and environments. This particular issue occurred on both a hosted and local environment. ``` PARQUET_PATH = "country.parquet" df = spark.read.parquet(PARQUET_PATH) ``` ## Actual behavior Instead, I get `AttributeError: module 'sedona' has no attribute 'read'`. ## Steps to reproduce the problem ``` PARQUET_PATH = "country.parquet" df = spark.read.parquet(PARQUET_PATH) ``` ## Settings Sedona version = 1.6.0 Apache Spark version = 3.3.1 API type = Python Python version = 3.10.10 Environment = Standalone, Microsoft Fabric -- 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: dev-unsubscr...@sedona.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org