Skip to content

Issue : Incorrect pandas indexing with .ix #7

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The code uses .ix for indexing in pandas DataFrames, which is deprecated. It should be replaced with .loc or .iloc depending on whether label-based or integer-based indexing is intended. Using .loc is generally preferred when dealing with labels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions