Skip to content

Provide inner DataFrame as a lambda argument in GeoDataFrame.modify #1049

Open
@AndreiKingsley

Description

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions