Gravatar Image

Frank Corso

Solving data challenges for growing companies

Currently accepting new data projects

I have 2–3 spots available for companies who have data challenges they need solved.

Articles about python

Scraping Web Pages in Python Using Requests and Beautiful Soup

Published on

Do you need to extract content or links from a webpage programmatically? You can do so in Python using Requests and Beautiful Soup!

Read data story

Creating A Heatmap Chart In Seaborn

Published on

Heatmaps are a great way to visualize the frequency or ranges of a multi-dimensional dataset. Learn how to create them in Python using Seaborn.

Read data story

How to Query Athena using Python

Published on

Using AWS Athena? Learn how to use Python to perform queries to get data from Athena.

Read data story

Removing Stop Words Using Python

Published on

Working with text data for analysis or machine learning? You probably will need to remove stop words. Learn how in this article!

Read data story

Visualizing Connections Using Chord Diagrams in Python

Published on

Looking to visualize connections between different categorical values? Learn how to create a chord diagram!

Read data story

Reading From and Writing to CSV Files in Python

Published on

Need to work with CSV files in Python? Learn how to open, read, and write to CSV files!

Read data story