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 query

How To Use OpenSearch in Python To Index and Search Data

Published on

Need to add search functionality to your Python app? This guide walks you through everything you need to get started with OpenSearch, from setting up your first index to writing fuzzy and multi-field queries.

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

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 data story