Reusable Python and utility examples for common workflow tasks.
Data Cleanup Before Loading: A lightweight dataframe cleanup pattern for standardizing files before loading them into a warehouse.
Manage Python Virtual Environments With venv: A reference workflow for creating, activating, updating, and removing Python virtual environments with venv.
Setting up a Snowflake Connector in Python: A clean starting point for loading environment variables and opening a Snowflake connection from Python.
Use Docker to Run Services and Edit Files in Containers: A reference pattern for starting Docker containers, inspecting them, and editing files that live inside a running container.