Practice Files
Use a small folder of sample Excel/CSV files so everyone can practice importing, cleaning, appending, and calculating fields.
Folder structure
01_Messy_Trades.csv
This file should include messy trade data for cleaning. Include columns like:
- Trade ID
- Trade Date with mixed date formats
- Product Code such as APAC-BUTTER-2026-001
- Counterparty with extra spaces or inconsistent casing
- Quantity stored as text
- Price stored as text or with currency symbols
02_New_Trades_To_Append.csv
This file should use the same final structure as the cleaned data and contain a few new rows to append into the current workbook.