We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A source should be able to control the columns and rows in links and nodes that are synced with the front end.
source
links
nodes
This would allow for using a "big and tall" DataFrame that included more data than was relevant to a graph without creating intermediate frames.
DataFrame
include_(node|link)_columns
ignore_(node|link)_columns
iloc_
The text was updated successfully, but these errors were encountered:
DataFrameSource
No branches or pull requests
Elevator Pitch
A
source
should be able to control the columns and rows inlinks
andnodes
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
include_(node|link)_columns
?ignore_(node|link)_columns
?iloc_
?The text was updated successfully, but these errors were encountered: