Skip to content

Replace str.cat() with + #8

Open
@baziotis

Description

@baziotis

Instance of the original version

df['A'].str.cat(df['B'], sep=' ')

Instance of the faster version

df['A'] + ' ' + df['B']

Metadata

Metadata

Assignees

No one assigned

    Labels

    patternA pattern that Dias does not already rewrite into a faster version.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions