zhangfengcdt commented on code in PR #2150:
URL: https://github.com/apache/sedona/pull/2150#discussion_r2229102961


##########
python/sedona/geopandas/geodataframe.py:
##########
@@ -512,6 +508,9 @@ def __init__(
     # 
============================================================================
     # GEOMETRY COLUMN MANAGEMENT
     # 
============================================================================
+    def __repr__(self):
+        geoseries = self.to_geopandas()
+        return geoseries.__repr__()

Review Comment:
   Cool, I think this is the correct approach.



-- 
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]

Reply via email to