Skip to content

Missing f prefix on f-strings #46853

Closed
@code-review-doctor

Description

@code-review-doctor

Some strings looks like they're meant to be f-strings but are missing the f prefix meaning variable interpolation won't happen.

result = result.rename(columns={c: "{c}_demeaned" for c in result.columns})

I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions