sum(case when "Category" = 'Furniture' then "Sales" end) as total_furniture_sales, sum(case when "Category" = 'Office Supplies' then "Sales" end) as total_office ...
seedcsv/*.txt (local tab-delimited files, Swedish text, windows-cp1252-ish) │ │ create_minio_hive.py ← parses YYYYMMDD from filename s3://informat/seedcsv/year ...