Appearance
数据集和报告
← All use cases
难度:中等
适用场景:Data analysis that starts with messy files and should end with a chart, memo, dashboard, or report Analysts who want Codex to help with cleanup, joins, exploratory analysis, and reproducible scripts Teams that need reviewable artifacts instead of one-off notebook state
启动提示
I'm doing a data analysis project in this workspace. Goal:
- Figure out whether houses near the highway have lower property valuations. Start by:
- reading
AGENTS.mdand explaining the recommended Python environment - loading the dataset(s) at [dataset path]
- describing what each file contains, likely join keys, and obvious data quality issues
- proposing a reproducible workflow from import and tidy through visualization, modeling, and report output Constraints:
- prefer scripts and ...