Notebooks, data, and images to accompany STL Python talk on Pandemic Analysis
Notebook Order:
-Pandemic Analyis - Generate Data*
-Intro to Pandemic
-Analyis of Pandemic - Part I
-Intro to NetworkX
-Analysis of Pandemic - Part II
-Conclusions and References
Notebooks include speaker notes.
*Existing json files are data associated with using nx.diameter as the metric. Swap out the diameter function in this notebook for something else, such as nx.average_shortest_path_length, generate the new data, and run your own analysis.