quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.04k stars 425 forks source link

use df.at to support more complex value edition #365

Open cailiang9 opened 3 years ago

cailiang9 commented 3 years ago

use df.at to support more complex value edition, such as list/tuple/dict value assignment.