There are things I do with DataFrames all the time that pandas was never built for. Filtering by subjective criteria. Joining tables that don't share a key. Looking up information that only exists on the web. Recently I've been using LLMs, and the results have been surprisingly cheap and accurate.

Here are five operations I now handle with LLMs...