You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoDataFrame<T>.modify(block: DataFrame<T>.(DataFrame<T>) -> DataFrame<T>): GeoDataFrame<T>
That way user can rename the implicit it argument to df when calling modify { df -> }.
It will make function more consistent with other DF functions as well.
The text was updated successfully, but these errors were encountered:
GeoDataFrame<T>.modify(block: DataFrame<T>.(DataFrame<T>) -> DataFrame<T>): GeoDataFrame<T>
That way user can rename the implicit
it
argument todf
when callingmodify { df -> }
.It will make function more consistent with other DF functions as well.
The text was updated successfully, but these errors were encountered: