jiayuasu commented on code in PR #2005:
URL: https://github.com/apache/sedona/pull/2005#discussion_r2164571932


##########
python/sedona/geopandas/geoseries.py:
##########
@@ -274,7 +278,7 @@ def copy(self, deep=False):
             return self
 
     @property
-    def area(self) -> "GeoSeries":
+    def area(self) -> pd.Series:

Review Comment:
   Does this return a real Pandas.Series? If so, this is not expected. We don't 
want to convert a distributed dataset to a single-host Pandas dataset.



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