This repository contains Jupyter Notebooks with Python examples
- Egress Test shows how to use pandas to detect connections with malicious IP addresses
- TrumpEntityAnalysis shows how to use spaCy to analyze the text of tweets
- Benford for Python A Census Data Test illustrates how to use the benford_py package.
- Collecting Tweets w the Twitter API shows how to download and print tweets.
- Using KMeans Classifier for credit card fraud.