Short standalone Python scripts for common tasks β file I/O, JSON manipulation, HTTP requests, CSV processing, and data transformation.
Load, filter, transform, and aggregate tabular data with pandas. Covers DataFrame creation, read_csv, groupby, merge, and the SettingWithCopy pitfall.
Extract columns by delimiter or byte position (cut), merge files column-wise (paste), and join on a common key field (join). Essential for tab/CSV/field-delimited data.
navigation
actions
cheat sheet pages