petern48 commented on code in PR #2105:
URL: https://github.com/apache/sedona/pull/2105#discussion_r2213780356


##########
python/sedona/geopandas/geodataframe.py:
##########
@@ -172,6 +176,9 @@ def safe_apply_to_each_column(
         if isinstance(data, GeoDataFrame):
             if data._safe_get_crs() is None:
                 data.crs = crs
+
+            super().__init__(data, index=index, columns=columns, dtype=dtype, 
copy=copy)

Review Comment:
   nope, checked again, this is wrong. they're all called in separate 
if/elif/else blocks



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