You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall, your code is very clean and nicely grouped into discrete functions that handle individual tasks.
Commenting is quite sparse, but I found most lines to be simple and understandable without further explanation (others' mileage may vary). However, you may wish to provide commentary for some of the more complex parts of the script, such as the create_network functions (especially the last one that has the for loop, since that's got quite a sophisticated chain of contingencies).
Could be worth commenting the purpose and source of the modules you are using in your import section (for clarity and so others can make sure they have the necessary modules required to run the script).
It would also be valuable to have, in your notebook, examples of input (for your queries) and output for some of the query functions earlier in the script.
Great code and wish I could test it out!
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: