We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4e948 commit 2b9ccffCopy full SHA for 2b9ccff
1 file changed
python/sedona/geopandas/geodataframe.py
@@ -488,7 +488,6 @@ def __init__(
488
geometry: pspd.Series = self["geometry"]
489
if isinstance(geometry, sgpd.GeoSeries):
490
geom_crs = geometry.crs
491
- # geom_crs = self._safe_get_crs()
492
if geom_crs is None:
493
if crs is not None:
494
geometry.set_crs(crs, inplace=True)
@@ -874,7 +873,7 @@ def copy(self, deep=False):
874
873
875
Parameters:
876
- deep: bool, default False
877
- This parameter is not supported but just dummy parameter to match pandas.
+ This parameter is not supported but just a dummy parameter to match pandas.
878
879
Returns:
880
- GeoDataFrame: A copy of this GeoDataFrame object.
0 commit comments