Skip to content

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

@gdementen

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions