Introduction: From Pandas User to Data Engineer

Typing import pandas as pd followed by a read_csv() is likely one of the first things we learn in any data course. It is simple, fast, and works like a charm... until it doesn't. Anyone can load a small spreadsheet in a five-minute tutorial, but what happens when that file isn't 50 KB, but 15 GB?...