Would anyone know how to recreate this flow chart in networkx
? I know I can manually add these nodes and add the edges, but I wanted to write some code that could be applicable for other data types like CSV
or EXCEl
.
My main idea was to convert this flow into Excel and then have the program read that file and create nodes and edge.
I do have something that is able to read the file and then create nodes using that file. However, I cannot get the edges and the specificities of the flow correct in network.
If anyone could help that would be great. Thanks
This is the flow I wish to recreate