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 csv

How to Automate Kaggle Dataset Updates Using the Python API

Published on

Maintaining datasets on Kaggle? This tutorial walks you through automating dataset updates using the Kaggle Python API. You’ll learn how to authenticate, format the required data metadata file, and upload new versions programmatically—perfect for integrating into your data pipelines.

Read data story

Getting Started With AWS Athena To Easily Query Data in S3

Published on

Explore the capabilities of AWS Athena, a versatile serverless query engine that empowers you to effortlessly query unstructured, semi-structured, and structured data stored in Amazon S3 using SQL.

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