Skip to content

Updating DataFrames not Case Sensitive #2597

Closed
@smithjev

Description

@smithjev

I have two nearly identical DataFrames (same index structure and column names) with different names. One is called DF the other is df (only difference is case of the name). When updating values in columns of one DataFrame, the corresponding values in the other are also updated. I am guessing somewhere in the back end writing to DataFrames is not case sensitive where it ought to be.

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