Skip to content
New issue

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

Add GraphData to data_reader notebook #601

Merged
merged 8 commits into from
Aug 11, 2022
Merged

Add GraphData to data_reader notebook #601

merged 8 commits into from
Aug 11, 2022

Conversation

taylorfturner
Copy link
Contributor

@taylorfturner taylorfturner commented Aug 10, 2022

notebook adding graph example to the data_reader notebook file

@taylorfturner taylorfturner added Documentation Improvements or additions to documentation High Priority Dramatic improvement, inaccurate calculation(s) or bug / feature making the library unusable labels Aug 10, 2022
@taylorfturner taylorfturner self-assigned this Aug 10, 2022
micdavis
micdavis previously approved these changes Aug 10, 2022
@micdavis micdavis enabled auto-merge (squash) August 10, 2022 20:35
tyfarnan
tyfarnan previously approved these changes Aug 10, 2022
JGSweets
JGSweets previously approved these changes Aug 10, 2022
@tyfarnan tyfarnan self-requested a review August 10, 2022 22:04
tyfarnan
tyfarnan previously approved these changes Aug 10, 2022
@taylorfturner taylorfturner added the Work In Progress Solution is being developed label Aug 10, 2022
@taylorfturner taylorfturner removed the Work In Progress Solution is being developed label Aug 11, 2022
@taylorfturner
Copy link
Contributor Author

Disabling auto merge until have a chance to test with @JGSweets bug fix on the graph data

@taylorfturner taylorfturner dismissed stale reviews from tyfarnan and JGSweets via 653b530 August 11, 2022 11:33
@taylorfturner taylorfturner added the Work In Progress Solution is being developed label Aug 11, 2022
"graph_file = \"csv/graph_data_csv_identify.csv\"\n",
"\n",
"data = GraphData(os.path.join(data_folder, graph_file))\n",
"print(data.data.edges)\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data.data isn't really an option for networkX object .... I'm not seeing an attirbute returning the data as a table. So I think either data.data.edges or nodes are the option for demonstrating the graph data

@taylorfturner taylorfturner removed the Work In Progress Solution is being developed label Aug 11, 2022
@ksneab7 ksneab7 enabled auto-merge (squash) August 11, 2022 12:07
@ksneab7 ksneab7 merged commit 01b8a93 into capitalone:main Aug 11, 2022
@taylorfturner taylorfturner deleted the hot_fix/data_reader_notebook_graph_example branch October 4, 2022 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation High Priority Dramatic improvement, inaccurate calculation(s) or bug / feature making the library unusable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants