Elevator Pitch
A source should be able to control the columns and rows in links and nodes that are synced with the front end.
Motivation
This would allow for using a "big and tall" DataFrame that included more data than was relevant to a graph without creating intermediate frames.
Design ideas
- add
include_(node|link)_columns?
- add
ignore_(node|link)_columns?
- add
iloc_?
- all?
Elevator Pitch
A
sourceshould be able to control the columns and rows inlinksandnodesthat are synced with the front end.Motivation
This would allow for using a "big and tall"
DataFramethat included more data than was relevant to a graph without creating intermediate frames.Design ideas
include_(node|link)_columns?ignore_(node|link)_columns?iloc_?