Gravatar Image

Frank Corso

Data Lover | Indie Software Founder | Full-Stack Developer

Need help with any data or Python problem?

I have a few spots open for select freelance projects involving software engineering, data pipelines, visualization, and machine learning. Let's discuss how I might help.

Blog

I occasionally write articles on data visualization, data engineering, and data science.

Evaluating Classification Models Using Accuracy, Precision, Recall, and More

Published on

Assessing your classification model’s performance is a critical step. This article explores the key classification metrics such as accuracy, precision, recall, f1 score, and specificity.

Read

Creating Your First Chart Using Seaborn

Published on

Looking to visualize the data from your Pandas dataframe? Seaborn is a great data visualization library. Learn how it works by creating your first chart!

Read

How To Use MySQL’s GROUP_CONCAT To Get Aggregated Lists of Values

Published on

One of my favorite MySQL functions that I wished more people knew about is GROUP_CONCAT. This lets you create an aggregated list of values in your queries. Read on to learn how to use it.

Read

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