or How I Gained Fabric Like Visibility on a Campus Network Without Any Upgrades Last Updated: 2024-05-19 The network automation landscape moves fast and there is always something you come across which sparks your interest, but sometimes all you can do is it make note of it and hope you have time later on to READ MORE
Category: Pandas
Using Python and Pandas to look at Pandemic Data
The script and supporting files in this repository are intended to show how the Python Pandas module can be used to analyze data, specifically COVID-19 data. I am going to recommend 3 data sets to “investigate”: WHO (Download from 06 April 2020) CSSEGISandData on GitHub New York Times US Data GitHub Repository Background WHO Data READ MORE
FuzzyWuzzy was a Python Module
An example of using the fuzzywuzzy Python module to match data sets with similar but not exact data – fuzzy matches! I was recently given a list of locations that I had to analyze. For the analysis, I needed data that was not in the original list (lets call that the source list). Luckily I READ MORE