Skip to content

BUG on plotting.py radviz  #8442

Closed
Closed
@mtinti

Description

@mtinti

pandas 0.14.0 in plotting.py

the varable n in line 389: n = len(frame)
is wrongly asigned again in line 404: n = len(frame.columns) - 1
that brakes in line 409: for i in range(n):

This shuld fix the bug
line 389: rows = len(frame)
line 409: for i in range(rows):

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