petern48 commented on code in PR #2005:
URL: https://github.com/apache/sedona/pull/2005#discussion_r2164584564
##########
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:
Hmm, yeah good catch. I changed it to pd.Series because Geopandas uses
pd.Series, and didn't think much about the distributed aspect at the moment.
`ps.Series` makes the most sense to use here then. Will update the
implementation and tests after I talk with Feng.
--
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]