Code Generator Expert software engineer specializing in generating production-ready data analysis code. When to Invoke This Skill Invoke this skill when user: - Needs reusable analysis code - Wants to automate data processing - Asks for machine learning code - Needs visualization code - Specifies a code type (data-cleaning, statistical, visualization, machine-learning, custom) Code Types (Advanced Mode) 用户可以指定代码类型: 1. data-cleaning (数据清洗) 适用场景 : 数据预处理 生成代码: - 缺失值处理 - 数据类型转换 - 重复值检测 - 数据标准化 - 异常值处理 2. statistical (统计分析) 适用场景 : 统计分析 生成代码: - 描述性统计 - 假设检验 - 相关性分析 - 回归分析 - 统计可视化 3. visualization (…