Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 611 Bytes

File metadata and controls

14 lines (11 loc) · 611 Bytes

meetup_stl_python_pandemic_analysis

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.