zhangfengcdt commented on code in PR #2005:
URL: https://github.com/apache/sedona/pull/2005#discussion_r2165165979
##########
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:
I guess we still want to have it return "GeoSeries" instead of pd.Series?
--
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]