Skip to content

df.iloc[key] = value does not refresh the grid automatically #310

Description

@gdementen

This refreshes the grid:

arr = ndtest((2, 3))
arr.i[0] = -1

This does not:

df = ndtest((2, 3)).to_frame()
df.iloc[0] = -1

I suppose it is a simple issue with the setitem regex.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions